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:
parent
e79f634d22
commit
1c6eb2d6fa
@ -8,7 +8,6 @@ export default defineNuxtConfig({
|
|||||||
"@nuxtjs/color-mode",
|
"@nuxtjs/color-mode",
|
||||||
"@nuxtjs/sitemap",
|
"@nuxtjs/sitemap",
|
||||||
"nuxt-full-static",
|
"nuxt-full-static",
|
||||||
"nuxt-zero-js",
|
|
||||||
],
|
],
|
||||||
nitro: {
|
nitro: {
|
||||||
prerender: {
|
prerender: {
|
||||||
@ -90,5 +89,6 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
reactivityTransform: true,
|
reactivityTransform: true,
|
||||||
|
noScripts: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -12,9 +12,8 @@
|
|||||||
"@nuxtjs/sitemap": "^2.4.0",
|
"@nuxtjs/sitemap": "^2.4.0",
|
||||||
"@nuxtjs/tailwindcss": "^5.3.0",
|
"@nuxtjs/tailwindcss": "^5.3.0",
|
||||||
"@tailwindcss/typography": "^0.5.2",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"nuxt": "^3.0.0-rc.8",
|
"nuxt": "^3.0.0-rc.10",
|
||||||
"nuxt-full-static": "^0.2.1",
|
"nuxt-full-static": "^0.2.1",
|
||||||
"nuxt-zero-js": "^0.1.3",
|
|
||||||
"reading-time": "^2.0.0-1",
|
"reading-time": "^2.0.0-1",
|
||||||
"rehype-katex": "^6.0.2",
|
"rehype-katex": "^6.0.2",
|
||||||
"remark-math": "^5.1.1",
|
"remark-math": "^5.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user