Skip to content

Commit

Permalink
Add metadata (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Yicheng Fu <[email protected]>
  • Loading branch information
sofyc and Yicheng Fu authored Feb 27, 2025
1 parent c3c8300 commit ef3db9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 132 deletions.
8 changes: 6 additions & 2 deletions app/leaderboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ export const metadata: Metadata = {
openGraph: {
title: 'Egonormia Leaderboard',
description: 'A large scale video dataset and a benchmark for evaluating frontier models\' understanding of physical social norms through videos.',
url: 'https://opensocial.world/leaderboard',
type: 'website',
siteName: 'Open Social World',
images: [{
url: 'https://opensocial.world/images/psn/leaderboard-metadata.svg',
url: 'https://opensocial.world/images/psn/leaderboard-metadata.png',
width: 1200,
height: 630,
alt: 'Egonormia Leaderboard',
}],
},
twitter: {
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://opensocial.world/images/psn/leaderboard-metadata.svg'],
images: ['https://opensocial.world/images/psn/leaderboard-metadata.png'],
},
};

Expand Down
Binary file added public/images/psn/leaderboard-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 0 additions & 130 deletions public/images/psn/leaderboard-metadata.svg

This file was deleted.

0 comments on commit ef3db9a

Please sign in to comment.