Skip to content

Commit e94ab2b

Browse files
committed
fix(seo): put back empty titleTemplate on index
1 parent e7bda9b commit e94ab2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const title = page.value.seo?.title || page.value.title
88
const description = page.value.seo?.description || page.value.description
99
1010
useSeoMeta({
11+
titleTemplate: '',
1112
title,
1213
ogTitle: title,
1314
description,

0 commit comments

Comments
 (0)