Skip to content

Commit a354552

Browse files
authored
fix(index): disable title template
1 parent b0bd2c7 commit a354552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (!page.value) {
66
77
useSeoMeta({
88
title: page.value.seo.title,
9+
titleTemplate: null,
910
ogTitle: page.value.seo.title,
1011
description: page.value.seo.description,
1112
ogDescription: page.value.seo.description

0 commit comments

Comments
 (0)