fix: just screw 404
This commit is contained in:
parent
260b1f7f30
commit
694a0b2691
@ -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: "",
|
||||||
|
Loading…
Reference in New Issue
Block a user