Skip to content

Commit

Permalink
fix: update meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreymeng committed Jan 25, 2024
1 parent 48f67a5 commit aecd906
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ 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'),
description:
"ICSSC's fun and social competition consisting of a variety of interesting puzzles and games — free lunch, prizes, and exciting events included!",
metadataBase: new URL("https://braingames.icssc.club"),
};

export default function RootLayout({
Expand All @@ -26,7 +27,7 @@ export default function RootLayout({
style={{
backgroundImage: 'url("background.svg")',
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundRepeat: "no-repeat",
}}
>
<div className="lightnings">
Expand Down

0 comments on commit aecd906

Please sign in to comment.