Skip to content

Commit 2f91c3b

Browse files
committed
Fix metadata
1 parent 319340f commit 2f91c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app/layout.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { Navbar } from "./navbar";
99
export const metadata: Metadata = {
1010
title: "OII Stats",
1111
description: "Statistiche e classifiche delle Olimpiadi Italiane di Informatica",
12+
metadataBase: new URL("https://stats.olinfo.it"),
1213
};
1314

1415
export default function RootLayout({ children }: { children: ReactNode }) {

0 commit comments

Comments
 (0)