diff --git a/client/src/app/head.tsx b/client/src/app/head.tsx deleted file mode 100644 index c487332..0000000 --- a/client/src/app/head.tsx +++ /dev/null @@ -1,9 +0,0 @@ -export default function Head() { - return ( - <> - chessu - - - - ); -} diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx index 5784328..ea5c963 100644 --- a/client/src/app/layout.tsx +++ b/client/src/app/layout.tsx @@ -3,10 +3,14 @@ import "./globals.css"; import Navbar from "@/components/Navbar"; import Footer from "@/components/Footer"; +export const metadata = { + title: "chessu", + description: "Play Chess online." +}; + export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - - +