Skip to content

Commit 7187bb9

Browse files
committed
hotfix: leaderboard og image change
1 parent 24279e5 commit 7187bb9

File tree

1 file changed

+5
-0
lines changed
  • src/app/(app)/(default_layout)/leaderboard

1 file changed

+5
-0
lines changed

src/app/(app)/(default_layout)/leaderboard/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ export async function generateMetadata() {
99
title: 'Leaderboard | TechBlitz',
1010
description: 'See how you stack up against the rest of the community.',
1111
canonicalUrl: '/leaderboard',
12+
image: {
13+
text: 'Leaderboard | TechBlitz',
14+
bgColor: '#000000',
15+
textColor: '#ffffff',
16+
},
1217
});
1318
}
1419

0 commit comments

Comments
 (0)