Skip to content

Commit

Permalink
fix: og image dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Dec 5, 2024
1 parent 3a883a4 commit e2a9f68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export async function generateMetadata({
images: [
{
url: `https://market.realms.world/og/eternum-season-pass.png`,
height: 1362,
width: 1362,
height: 630,
width: 1200,
},
],
},
Expand Down

0 comments on commit e2a9f68

Please sign in to comment.