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 cbec1ab commit 71a5ab5Copy full SHA for 71a5ab5
app/pages/index.vue
@@ -36,7 +36,11 @@ const handleInput = isTouchDevice()
36
37
useSeoMeta({
38
title: () => $t('seo.home.title'),
39
+ ogTitle: () => $t('seo.home.title'),
40
+ twitterTitle: () => $t('seo.home.title'),
41
description: () => $t('seo.home.description'),
42
+ ogDescription: () => $t('seo.home.description'),
43
+ twitterDescription: () => $t('seo.home.description'),
44
})
45
46
defineOgImageComponent('Default', {
0 commit comments