mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
Added embed content
This commit is contained in:
@@ -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]`}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user