Skip to content

Commit

Permalink
Update page.tsx (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyc authored Feb 27, 2025
1 parent 1b8bb93 commit c3c8300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/leaderboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const metadata: Metadata = {
title: 'Egonormia Leaderboard',
description: 'A large scale video dataset and a benchmark for evaluating frontier models\' understanding of physical social norms through videos.',
images: [{
url: 'https://opensocialworld.org/images/psn/leaderboard-metadata.svg',
url: 'https://opensocial.world/images/psn/leaderboard-metadata.svg',
width: 1200,
height: 630,
}],
Expand All @@ -18,7 +18,7 @@ export const metadata: Metadata = {
card: 'summary_large_image',
title: 'Egonormia Leaderboard',
description: 'A large scale video dataset and a benchmark for evaluating frontier models\' understanding of physical social norms through videos.',
images: ['https://opensocialworld.org/images/psn/leaderboard-metadata.svg'],
images: ['https://opensocial.world/images/psn/leaderboard-metadata.svg'],
},
};

Expand Down

0 comments on commit c3c8300

Please sign in to comment.