mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
fixed metadata
This commit is contained in:
@@ -21,7 +21,7 @@ const workSans = Work_Sans({
|
|||||||
// Commented out for now, because it doesn't work having client components in the layout file
|
// Commented out for now, because it doesn't work having client components in the layout file
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "TipiLAN",
|
title: "TipiLAN 2025",
|
||||||
description: "TipiLAN 2025 – Eesti suurim tudengite korraldatud LAN!",
|
description: "TipiLAN 2025 – Eesti suurim tudengite korraldatud LAN!",
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ export default function RootLayout({
|
|||||||
<Head>
|
<Head>
|
||||||
<title>TipiLAN</title>
|
<title>TipiLAN</title>
|
||||||
<meta property="og:title" content="TipiLAN 2025" key="title" />
|
<meta property="og:title" content="TipiLAN 2025" key="title" />
|
||||||
<meta name="description" content="Eesti suurim tudengite korraldatud LAN!" />
|
<meta name="description" content="TipiLAN 2025 – Eesti suurim tudengite korraldatud LAN!" />
|
||||||
</Head>
|
</Head>
|
||||||
<body
|
<body
|
||||||
className={`${workSans} antialiased bg-[#EEE5E5] dark:bg-[#0E0F19]`}
|
className={`${workSans} antialiased bg-[#EEE5E5] dark:bg-[#0E0F19]`}
|
||||||
|
|||||||
Reference in New Issue
Block a user