From 0427031e15b6a7857607ce54a9723e272a0098b6 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sat, 10 Jan 2026 14:55:21 +0800 Subject: [PATCH] update --- nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 8995491..cf92bbb 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -51,6 +51,7 @@ export default defineNuxtConfig({ { name: "language", content: "zh-CN" }, { name: "theme-color", content: siteConfig.theme?.color }, { name: "description", content: siteConfig.siteMeta.description }, + { name: "keywords", content: siteConfig.siteMeta.keywords?.join(",") }, ], link: [ { rel: "icon", href: siteConfig.siteMeta.favicon, type: "image/svg+xml" }, @@ -70,6 +71,7 @@ export default defineNuxtConfig({ sitemap: { sitemapsPathPrefix: "/", autoLastmod: true, + zeroRuntime: true, sitemaps: { posts: { sources: ["/api/__sitemap__/urls"],