Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "@/shared/styles/globals.css";
import { Toaster } from "sonner";
import TanStackProvider from "@/shared/lib/TanStackProvider";
export const metadata: Metadata = {
title: "WASHER",
title: "washer",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Next.js의 metadata.title을 객체로 정의하여 defaulttemplate을 사용하면 하위 페이지의 타이틀 관리가 용이해집니다. 또한 브랜드 가독성을 위해 첫 글자 대문자 표기(Washer)를 검토해 보세요.

  title: {
    default: "washer",
    template: "%s | washer",
  },

description: "광주소프트웨어마이스터고 세탁건조기 관리 서비스",
};

Expand Down
Loading