diff --git a/public/images/TipiLAN_og.png b/public/images/TipiLAN_og.png new file mode 100644 index 0000000..3a7059a Binary files /dev/null and b/public/images/TipiLAN_og.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd45a12..f24bde6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,8 +7,28 @@ const workSans = Work_Sans({ }); export const metadata: Metadata = { + metadataBase: new URL("https://tipilan.ee"), title: "TipiLAN 2026", - description: "TipiLAN 2026 – Eesti suurim tudengite korraldatud LAN!", + description: "TipiLAN 2026 - Eesti suurim tudengite korraldatud LAN!", + openGraph: { + title: "TipiLAN 2026", + description: "TipiLAN 2026 - Eesti suurim tudengite korraldatud LAN!", + images: [ + { + url: "/images/TipiLAN_og.png", + width: 1200, + height: 630, + alt: "TipiLAN 2026", + }, + ], + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "TipiLAN 2026", + description: "TipiLAN 2026 - Eesti suurim tudengite korraldatud LAN!", + images: ["/images/TipiLAN_og.png"], + }, }; export default function RootLayout({