We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
titleTemplate
1 parent e7bda9b commit e94ab2bCopy full SHA for e94ab2b
app/pages/index.vue
@@ -8,6 +8,7 @@ const title = page.value.seo?.title || page.value.title
8
const description = page.value.seo?.description || page.value.description
9
10
useSeoMeta({
11
+ titleTemplate: '',
12
title,
13
ogTitle: title,
14
description,
0 commit comments