feat: remove nuxt-zero-js and version bump nuxt

Nuxt rc10 adds a noScript flag, which does the same thing. Remove unnecessary dependencies.
This commit is contained in:
2022-09-15 08:21:52 -04:00
parent e79f634d22
commit 1c6eb2d6fa
3 changed files with 613 additions and 503 deletions

View File

@@ -8,7 +8,6 @@ export default defineNuxtConfig({
"@nuxtjs/color-mode",
"@nuxtjs/sitemap",
"nuxt-full-static",
"nuxt-zero-js",
],
nitro: {
prerender: {
@@ -90,5 +89,6 @@ export default defineNuxtConfig({
},
experimental: {
reactivityTransform: true,
noScripts: true,
},
});