mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Add basic metadata
This commit is contained in:
parent
ee77d40b92
commit
c5631adb4c
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ import Navbar from "../components/navbar";
|
|||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: "Edikoyo Jam",
|
||||
description: "A community built game jam!",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
Loading…
Reference in a new issue