From f32b49c4ae03c851911a3c49371e3f03e0c95e80 Mon Sep 17 00:00:00 2001 From: GulSam00 Date: Sun, 27 Apr 2025 18:00:51 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20metaData=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/layout.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 1a568b5..95bea19 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -14,8 +14,14 @@ import '@/globals.css'; import QueryProvider from '@/query'; export const metadata: Metadata = { - title: 'Singcode', - description: 'Singcode', + title: 'Singcode - 간편하게 노래를 저장하세요!', + description: '노래방만 가면 뭐 부를지 고민한다면?', + openGraph: { + title: 'Singcode - 간편하게 노래를 저장하세요!', + description: '노래방만 가면 뭐 부를지 고민한다면?', + url: 'https://singcode.vercel.app/', + siteName: 'Singcode', + }, }; export default function RootLayout({