Skip to content

Commit

Permalink
fix: opengraph image url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreymeng committed Jan 25, 2024
1 parent 7e9a956 commit 48f67a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Brain Games 2024",
description: "Generated by create next app",
metadataBase: new URL('https://braingames.icssc.club'),
};

export default function RootLayout({
Expand Down

0 comments on commit 48f67a5

Please sign in to comment.