diff --git a/app/layout.tsx b/app/layout.tsx index 7e4d063..0a04384 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "도남매's 체스", + description: "도남매를 위한 체스 게임", icons: { icon: "/logo.png", }