This commit is contained in:
2026-01-09 22:23:29 +08:00
parent 4667fcd289
commit b5af47ca86
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ export default defineNuxtConfig({
meta: [
{ name: "author", content: siteConfig.siteMeta.author },
{ name: "language", content: "zh-CN" },
{ name: "theme-color", content: siteConfig.theme.color },
{ name: "theme-color", content: siteConfig.theme?.color },
{ name: "description", content: siteConfig.siteMeta.description },
],
link: [
{ rel: "icon", href: siteConfig.siteMeta.favicon, type: "image/svg+xml" },