Added metadata

This commit is contained in:
2025-09-02 23:38:39 +02:00
parent 23652bd412
commit 32d34a0ff5
5 changed files with 145 additions and 14 deletions

View File

@@ -1,8 +1,17 @@
import "./globals.css"
import ThemeProvider from "@/components/ThemeProvider"
import { Toaster } from "@/components/ui/sonner"
import type { Metadata } from "next"
import { ReactNode } from "react"
export const metadata: Metadata = {
title: {
template: "%s | Stats Hypixel",
default: "Stats Hypixel"
}
}
export default function RootLayout({ children }: Readonly<{ children: ReactNode }>) {
return (
<html lang="en" suppressHydrationWarning>