Skip to content

Commit

Permalink
docs: update social og image
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 17, 2024
1 parent 9dab0a3 commit 2991df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ useSeoMeta({
ogTitle: title,
description,
ogDescription: description,
ogImage: 'https://image.nuxt.com/social-card.png',
twitterImage: 'https://image.nuxt.com/social-card.png',
ogImage: 'https://fonts.nuxt.com/social-card.png',
twitterImage: 'https://fonts.nuxt.com/social-card.png',
})
const source = ref('npx nuxi module add fonts')
const { copy, copied } = useClipboard({ source })
Expand Down

0 comments on commit 2991df2

Please sign in to comment.