Skip to content

Commit cab6939

Browse files
committed
fix(seo): correct duplicate meta tag entries on index page
1 parent 7884586 commit cab6939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ogi/pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ useSeoMeta({
88
viewport: 'width=device-width, initial-scale=1',
99
description: KODA_DESCRIPTION,
1010
ogTitle: seoTitle('Koda'),
11-
description: KODA_DESCRIPTION,
11+
ogDescription: KODA_DESCRIPTION,
1212
ogType: 'website',
1313
ogImage: KODA_BANNER_URL,
1414
twitterCard: 'summary_large_image',
1515
twitterTitle: seoTitle('Koda'),
16-
description: KODA_DESCRIPTION,
16+
twitterDescription: KODA_DESCRIPTION,
1717
twitterImage: KODA_BANNER_URL,
1818
twitterSite: '@KodaDot'
1919
})

0 commit comments

Comments
 (0)