mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +00:00
Merge branch 'teaser-2026' of github.com:Lapikud/tipilan into teaser-2026
This commit is contained in:
BIN
public/images/TipiLAN_og.png
Normal file
BIN
public/images/TipiLAN_og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -7,8 +7,28 @@ const workSans = Work_Sans({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
|
metadataBase: new URL("https://tipilan.ee"),
|
||||||
title: "TipiLAN 2026",
|
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({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user