diff --git a/app/layout.tsx b/app/layout.tsx index f03968c..0fe0362 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -25,6 +25,20 @@ export const metadata: Metadata = { description: "대학교 축제에서 운명의 인연을 만나보세요!", type: "website", locale: "ko_KR", + images: [ + { + url: "/og-image.png", + width: 1200, + height: 630, + alt: "코매칭 - 대학축제 커플매칭", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "코매칭 - 대학축제 커플매칭", + description: "대학교 축제에서 운명의 인연을 만나보세요!", + images: ["/og-image.png"], }, }; @@ -47,16 +61,16 @@ export default async function RootLayout({
- {/*