Skip to content

Commit

Permalink
fix: 어드민 메타데이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Sep 4, 2024
1 parent 09ac371 commit 4b1f64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/admin/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4b1f64a

Please sign in to comment.