diff --git a/app.config.ts b/app.config.ts index 8a04eb4..7b87204 100644 --- a/app.config.ts +++ b/app.config.ts @@ -20,7 +20,7 @@ export default defineConfig({ server: { preset: "bun", prerender: { - routes: ["/sitemap.xml"], + routes: ["/", "/sitemaps.xml"], }, }, });