mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-24 05:44:20 +00:00
changed favicon, adjusted sidebar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Head metadata
|
||||
// import type { Metadata } from "next";
|
||||
import type { Metadata } from "next";
|
||||
import Head from 'next/head';
|
||||
|
||||
// Provides the theme context to the app
|
||||
@@ -20,10 +20,10 @@ const workSans = Work_Sans({
|
||||
|
||||
// Commented out for now, because it doesn't work having client components in the layout file
|
||||
|
||||
// export const metadata: Metadata = {
|
||||
// title: "Tipilan",
|
||||
// description: "TipiLAN on pungil põnevatest turniiridest, mini-võistlustest, loengutest ja paljust muust.",
|
||||
// };
|
||||
export const metadata: Metadata = {
|
||||
title: "TipiLAN",
|
||||
description: "TipiLAN 2025 – Eesti suurim tudengite korraldatud LAN!",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user