From c17d3108423d809386ff0c222553bb08ec9022e7 Mon Sep 17 00:00:00 2001 From: Ayuriel Date: Sun, 1 Jun 2025 02:03:34 +0000 Subject: [PATCH] Update app/layout.tsx --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }