From c15436df60568ef89a05590df2a193db8a1acd77 Mon Sep 17 00:00:00 2001 From: HiImConan Date: Wed, 29 Nov 2023 15:19:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20metadata=20=EC=B5=9C=EC=8B=A0=ED=99=94?= =?UTF-8?q?(=ED=9B=95=EC=B9=98=EC=B9=98,=20=ED=9B=95=EC=B9=98=EC=B9=98?= =?UTF-8?q?=EB=A1=9C=EA=B3=A0=20=EC=A0=81=EC=9A=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d88551a..0c906b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,10 +15,10 @@ const inter = Noto_Sans_KR({ }); export const metadata: Metadata = { - title: 'HUFStreaming', - description: '한국외대 스포츠 경기 중계 플랫폼', + title: '훕치치!', + description: '한국외대 스포츠 경기 플랫폼', icons: { - icon: '/icon_hufstreaming.svg', + icon: '/icon_hufscheer.svg', }, };