From 4b1f64a0c0f33b985ce778f775c901b3876c8fd3 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Thu, 5 Sep 2024 00:56:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=96=B4=EB=93=9C=EB=AF=BC=20=EB=A9=94?= =?UTF-8?q?=ED=83=80=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/admin/app/layout.tsx b/apps/admin/app/layout.tsx index 2129b180..cf1d8b81 100644 --- a/apps/admin/app/layout.tsx +++ b/apps/admin/app/layout.tsx @@ -8,16 +8,16 @@ import type { ReactNode } from "react"; export const metadata: Metadata = { title: { - default: "와우 클래스: 멘토 | GDSC Hongik 스터디 서비스", + default: "와우클래스: 멘토 | GDSC Hongik 스터디 서비스", template: "%s | 와우클래스 멘토", }, description: "와우클래스는 GDSC Hongik이 제공하는 스터디 관리 플랫폼입니다.", openGraph: { - title: "와우 클래스: 멘토 | GDSC Hongik 스터디 서비스", + title: "와우클래스: 멘토 | GDSC Hongik 스터디 서비스", description: "와우클래스는 GDSC Hongik이 제공하는 스터디 관리 플랫폼입니다.", images: ["/images/og-image.png"], - siteName: "와우 클래스: 멘토 | GDSC Hongik 스터디 서비스", + siteName: "와우클래스: 멘토 | GDSC Hongik 스터디 서비스", type: "website", }, robots: {