We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c0d2c commit 5b47f3bCopy full SHA for 5b47f3b
app.vue
@@ -23,6 +23,8 @@ useHead({
23
24
useSeoMeta({
25
ogSiteName: seo?.siteName,
26
+ ogImage: 'https://docs-template.nuxt.dev/social-card.png',
27
+ twitterImage: 'https://docs-template.nuxt.dev/social-card.png',
28
twitterCard: 'summary_large_image'
29
})
30
pages/index.vue
@@ -7,12 +7,6 @@ useSeoMeta({
7
description: page.value.description,
8
ogDescription: page.value.description
9
10
-
11
-defineOgImage({
12
- component: 'Docs',
13
- title: page.value.title,
14
- description: page.value.description
15
-})
16
</script>
17
18
<template>
public/social-card.png
561 KB
0 commit comments