We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319340f commit 2f91c3bCopy full SHA for 2f91c3b
frontend/app/layout.tsx
@@ -9,6 +9,7 @@ import { Navbar } from "./navbar";
9
export const metadata: Metadata = {
10
title: "OII Stats",
11
description: "Statistiche e classifiche delle Olimpiadi Italiane di Informatica",
12
+ metadataBase: new URL("https://stats.olinfo.it"),
13
};
14
15
export default function RootLayout({ children }: { children: ReactNode }) {
0 commit comments