|
1 | | -import { Suspense } from "react"; |
2 | | -import Loader from '@/components/ui/common/Loader.jsx'; |
| 1 | +import {Suspense} from "react"; |
| 2 | +import Loader from "@/components/ui/common/Loader.jsx"; |
| 3 | + |
| 4 | +const siteUrl = new URL("https://gdgocinha.com"); |
3 | 5 |
|
4 | 6 | export const metadata = { |
5 | | - title: "Homecoming", |
6 | | - description: "GDGoC INHA 제1회 홈커밍 데이 행사 안내 및 참여 페이지", |
| 7 | + metadataBase: siteUrl, |
| 8 | + |
| 9 | + title: "Homecoming", description: "GDGoC INHA 제1회 홈커밍 데이 행사 안내 및 참여 페이지", |
| 10 | + |
| 11 | + alternates: { |
| 12 | + canonical: "/homecoming", |
| 13 | + }, |
7 | 14 |
|
8 | 15 | openGraph: { |
9 | 16 | title: "GDGoC INHA 제1회 홈커밍 데이", |
10 | 17 | description: "GDGoC INHA가 처음으로 선보이는 홈커밍 데이에 여러분을 초대합니다.", |
11 | | - url: "https://gdgocinha.com/homecoming", |
| 18 | + url: "/homecoming", |
12 | 19 | siteName: "GDGoC INHA", |
13 | | - images: [ |
14 | | - { |
15 | | - url: "/images/homecoming/meta_img.png", // 🔥 메타 이미지 |
16 | | - width: 1200, |
17 | | - height: 630, |
18 | | - alt: "GDGoC INHA Homecoming Day", |
19 | | - }, |
20 | | - ], |
| 20 | + images: [{ |
| 21 | + url: "/images/homecoming/meta_img.png", width: 1200, height: 630, alt: "GDGoC INHA Homecoming Day", |
| 22 | + },], |
21 | 23 | locale: "ko_KR", |
22 | 24 | type: "website", |
23 | 25 | }, |
| 26 | + |
| 27 | + twitter: { |
| 28 | + card: "summary_large_image", |
| 29 | + title: "GDGoC INHA 제1회 홈커밍 데이", |
| 30 | + description: "GDGoC INHA가 처음으로 선보이는 홈커밍 데이에 여러분을 초대합니다.", |
| 31 | + images: ["/images/homecoming/meta_img.png"], |
| 32 | + }, |
24 | 33 | }; |
25 | 34 |
|
26 | 35 | export default function HomecomingLayout({ children }) { |
|
0 commit comments