|
|
|
@ -1,5 +1,6 @@ |
|
|
|
// Head metadata
|
|
|
|
// Head metadata
|
|
|
|
// import type { Metadata } from "next";
|
|
|
|
// import type { Metadata } from "next";
|
|
|
|
|
|
|
|
import Head from 'next/head'; |
|
|
|
|
|
|
|
|
|
|
|
// Provides the theme context to the app
|
|
|
|
// Provides the theme context to the app
|
|
|
|
import { ThemeProvider } from "@/components/Theme-provider" |
|
|
|
import { ThemeProvider } from "@/components/Theme-provider" |
|
|
|
@ -31,6 +32,11 @@ export default function RootLayout({ |
|
|
|
}>) { |
|
|
|
}>) { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<html lang="en" suppressHydrationWarning> |
|
|
|
<html lang="en" suppressHydrationWarning> |
|
|
|
|
|
|
|
<Head> |
|
|
|
|
|
|
|
<title>TipiLAN</title> |
|
|
|
|
|
|
|
<meta property="og:title" content="TipiLAN 2025" key="title" /> |
|
|
|
|
|
|
|
<meta name="description" content="Eesti suurim tudengite korraldatud LAN!" /> |
|
|
|
|
|
|
|
</Head> |
|
|
|
<body |
|
|
|
<body |
|
|
|
className={`${workSans} antialiased bg-[#EEE5E5] dark:bg-[#0E0F19]`} |
|
|
|
className={`${workSans} antialiased bg-[#EEE5E5] dark:bg-[#0E0F19]`} |
|
|
|
> |
|
|
|
> |
|
|
|
|