검색 제목 사이트명 자동 추가 제거

This commit is contained in:
2026-06-09 10:12:32 +09:00
parent eee65a3b43
commit f7f09ba3aa
8 changed files with 20 additions and 8 deletions

View File

@@ -17,9 +17,7 @@ const siteAccentStyle = computed(() => ({
}))
useHead(() => ({
titleTemplate: (titleChunk) => titleChunk
? `${titleChunk} · ${appSiteSettings.value.title}`
: appSiteSettings.value.title,
titleTemplate: (titleChunk) => titleChunk || appSiteSettings.value.title,
link: appSiteSettings.value.faviconUrl
? [
{