refactor: 优化SEO标题和描述配置

This commit is contained in:
wangqiao
2025-08-30 16:28:02 +08:00
parent 8e26ae9cde
commit 316d82b3ad
8 changed files with 10 additions and 3 deletions

View File

@ -16,9 +16,9 @@
})
useHead({
title: `${props.title}`,
title: `${props.title} - 图夕夕`,
meta: [
{ name: 'description', content: props.description },
{ name: 'description', content: `${props.description}`},
{ name: 'keywords', content: props.keywords },
],
})