really fix 404

This commit is contained in:
2022-08-10 19:40:10 -04:00
parent aedf88d446
commit 762a2519c1
4 changed files with 2 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ export default defineNuxtConfig({
],
nitro: {
prerender: {
routes: ["/sitemap.xml", "/404.html"],
routes: ["/sitemap.xml", "/404"],
},
},
typescript: {
@@ -19,9 +19,7 @@ export default defineNuxtConfig({
sitemap: {
hostname: process.env.BASE_URL || "https://eggworld.tk",
},
generate: {
fallback: "404.html",
},
generate: {},
tailwindcss: {},
colorMode: {
classSuffix: "",