We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49df540 commit 998decfCopy full SHA for 998decf
docs/pages/index.vue
@@ -5,14 +5,10 @@ useSeoMeta({
5
title: page.value.title,
6
ogTitle: page.value.title,
7
description: page.value.description,
8
- ogDescription: page.value.description
+ ogDescription: page.value.description,
9
+ ogImage: 'https://hub.nuxt.com/social.png'
10
})
11
-defineOgImage({
12
- component: 'Docs',
13
- title: page.value.title,
14
- description: page.value.description
15
-})
16
</script>
17
18
<template>
docs/public/social.png
1.17 MB
0 commit comments