Skip to content

Commit 2991df2

Browse files
committedJul 17, 2024
docs: update social og image
1 parent 9dab0a3 commit 2991df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ useSeoMeta({
1212
ogTitle: title,
1313
description,
1414
ogDescription: description,
15-
ogImage: 'https://image.nuxt.com/social-card.png',
16-
twitterImage: 'https://image.nuxt.com/social-card.png',
15+
ogImage: 'https://fonts.nuxt.com/social-card.png',
16+
twitterImage: 'https://fonts.nuxt.com/social-card.png',
1717
})
1818
const source = ref('npx nuxi module add fonts')
1919
const { copy, copied } = useClipboard({ source })

0 commit comments

Comments
 (0)