Added embed content

pull/2/head
v4ltages 8 months ago
parent 8843099b84
commit e178ada567
No known key found for this signature in database
GPG Key ID: DC7BC38E0DC642B
  1. 6
      src/app/layout.tsx

@ -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]`}
> >

Loading…
Cancel
Save