Skip to content

Commit

Permalink
fix(frontend/seo): 🔍 Update preview image to 1200x630px
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Jan 4, 2025
1 parent f043c96 commit 9b30edb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dash/admin",
"dash/me",
"frontend/auth",
"dash/components"
"dash/components",
"frontend/seo"
]
}
6 changes: 3 additions & 3 deletions apps/frontend/next-seo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const defaultSeo: DefaultSeoProps = {
images: [
{
url: 'https://cdn.buildtheearth.net/static/preview.webp',
width: 1920,
height: 1080,
alt: 'BuildTheEarth - Building the Earth in Minecraft',
width: 1200,
height: 630,
alt: 'BuildTheEarth - Rebuilding The Earth In Minecraft',
},
],
},
Expand Down
Binary file added apps/frontend/public/images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/frontend/public/images/preview.webp
Binary file not shown.

0 comments on commit 9b30edb

Please sign in to comment.