This commit is contained in:
2026-01-09 22:31:06 +08:00
parent b5af47ca86
commit 2e0c218e1c
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ export default defineNuxtConfig({
nitro: {
prerender: {
crawlLinks: true,
routes: ["/", "/sitemap.xml", "/rss.xml"],
routes: ["/", "/rss.xml"],
ignore: ["/404"],
},
minify: true,