fix: make 404 work
This commit is contained in:
parent
2e4e4727d1
commit
aedf88d446
@ -10,7 +10,7 @@ export default defineNuxtConfig({
|
||||
],
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: ["/sitemap.xml"],
|
||||
routes: ["/sitemap.xml", "/404.html"],
|
||||
},
|
||||
},
|
||||
typescript: {
|
||||
|
Loading…
Reference in New Issue
Block a user