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:
eggy 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,
},
});

View File

@ -12,9 +12,8 @@
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^5.3.0",
"@tailwindcss/typography": "^0.5.2",
"nuxt": "^3.0.0-rc.8",
"nuxt": "^3.0.0-rc.10",
"nuxt-full-static": "^0.2.1",
"nuxt-zero-js": "^0.1.3",
"reading-time": "^2.0.0-1",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",

1111
yarn.lock

File diff suppressed because it is too large Load Diff