Skip to content

Commit f6e98b8

Browse files
SkyBird233HouLiXieBuRou
authored andcommitted
chore: set og:site_name
1 parent af4209a commit f6e98b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ useHead({
1111
1212
useSeoMeta({
1313
description: t('seo.seo.description'),
14-
ogImage: '/aosc.svg'
14+
ogImage: '/aosc.svg',
15+
ogSiteName: t('seo.site.name')
1516
});
1617
1718
router.afterEach((to, _from) => {

0 commit comments

Comments
 (0)