Skip to content

Commit

Permalink
fix: og:img dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeYslaoker committed Nov 13, 2024
1 parent fc15456 commit 50b9781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ useSeoMeta({
ogType: 'website',
ogLocale: 'en_US',
ogImage: '/icons/og_img.png',
ogImageWidth: '1024',
ogImageHeight: '1024',
ogImageWidth: '1200',
ogImageHeight: '630',
ogImageType: 'image/png',
ogSiteName: 'Musily',
});
Expand Down

0 comments on commit 50b9781

Please sign in to comment.