diff --git a/content/test.md b/content/test.md deleted file mode 100644 index 41c1364..0000000 --- a/content/test.md +++ /dev/null @@ -1,29 +0,0 @@ -# HOI HOI - -```js -export default defineNuxtConfig({ - content: { - highlight: { - // Theme used in all color schemes. - theme: 'github-light' - // OR - theme: { - // Default theme (same as single string) - default: 'github-light', - // Theme used if `html.dark` - dark: 'github-dark', - // Theme used if `html.sepia` - sepia: 'monokai' - } - } - } -}) -``` - -for some reason **it no** work - -hey wtf - -- list test -- list test -- list test \ No newline at end of file diff --git a/error.vue b/error.vue deleted file mode 100644 index dcff3e5..0000000 --- a/error.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/nuxt.config.ts b/nuxt.config.ts index 427c9d5..adf53e7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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: "", diff --git a/pages/404.vue b/pages/404.vue deleted file mode 100644 index f6b33da..0000000 --- a/pages/404.vue +++ /dev/null @@ -1,8 +0,0 @@ - - -