fix: just screw 404

This commit is contained in:
eggy 2022-08-10 19:50:50 -04:00
parent 260b1f7f30
commit 694a0b2691

View File

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