This commit is contained in:
Chris Kruining 2025-07-21 15:17:33 +02:00
commit 49bd1abe79
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -20,7 +20,7 @@ export default defineConfig({
server: {
preset: "bun",
prerender: {
routes: ["/sitemap.xml"],
routes: ["/", "/sitemaps.xml"],
},
},
});