Skip to content

Commit

Permalink
fix(socials): update cover
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Nov 17, 2023
1 parent 8808bc4 commit 730d5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ useSeoMeta({
title: page.value.title,
ogTitle: page.value.title,
description: page.value.description,
ogDescription: page.value.description
})
defineOgImage({
component: 'Docs',
title: page.value.title,
description: page.value.description
ogDescription: page.value.description,
ogImage: 'https://supabase.nuxtjs.org/social-card.jpg',
twitterImage: 'https://supabase.nuxtjs.org/social-card.jpg'
})
</script>

Expand Down
Binary file added docs/public/social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 730d5f6

Please sign in to comment.