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