Skip to content

Commit

Permalink
change image to use png for better compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AltriusRS committed Sep 3, 2023
1 parent 6163fa3 commit 3463ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ useHead({
{
hid: 'og-image',
property: 'og:image',
content: 'https://cdn.thewandb.com/assets/WANDB_darkBackground.svg'
content: 'https://cdn.thewandb.com/assets/WANDB_whiteBackground.png'
},
{
hid: 'twitter-image',
property: 'twitter:image',
content: 'https://cdn.thewandb.com/assets/WANDB_darkBackground.svg'
content: 'https://cdn.thewandb.com/assets/WANDB_whiteBackground.png'
},
{
hid: 'twitter-card',
Expand Down

0 comments on commit 3463ccd

Please sign in to comment.