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 a01d758 commit 8b1cd0dCopy full SHA for 8b1cd0d
app/pages/index.vue
@@ -38,6 +38,7 @@ useSeoMeta({
38
title: () => $t('seo.home.title'),
39
ogTitle: () => $t('seo.home.title'),
40
twitterTitle: () => $t('seo.home.title'),
41
+ twitterCard: 'summary_large_image',
42
description: () => $t('seo.home.description'),
43
ogDescription: () => $t('seo.home.description'),
44
twitterDescription: () => $t('seo.home.description'),
0 commit comments