Skip to content

Commit

Permalink
Fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Sep 28, 2024
1 parent 319340f commit 2f91c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Navbar } from "./navbar";
export const metadata: Metadata = {
title: "OII Stats",
description: "Statistiche e classifiche delle Olimpiadi Italiane di Informatica",
metadataBase: new URL("https://stats.olinfo.it"),
};

export default function RootLayout({ children }: { children: ReactNode }) {
Expand Down

0 comments on commit 2f91c3b

Please sign in to comment.