Commit Graph
3 Commits
Author SHA1 Message Date
DjeexandClaude Sonnet 5 c93134975a feat: generate /fr/sitemap.xml via custom Nitro route
@nuxtjs/sitemap is incompatible with app.baseURL: '/fr/' here — it broke
nginx routing (403) on this deployment where /fr/ is served via an alias
to a separate static build. A hand-rolled Nitro route sidesteps the
module entirely and gets prerendered to a plain sitemap.xml file at the
root of the generated output, matching what the nginx alias expects.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-11 11:44:46 +02:00
Djeex 80cdcc9fb6 BaseURL /fr/ 2025-07-04 14:32:02 +00:00
Djeex 3e6bb5aa92 First commit -clean 2025-06-04 14:19:33 +00:00