Added metadata
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user