fix: PRERENDERING ISN'T EVEN RELEASED YET

https://github.com/nuxt/framework/issues/6411
This commit is contained in:
eggy 2022-08-10 21:00:44 -04:00
parent e7ef4821b9
commit 1fb3e222ee
3 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,7 @@ export default defineNuxtConfig({
"@nuxtjs/tailwindcss", "@nuxtjs/tailwindcss",
"@nuxtjs/color-mode", "@nuxtjs/color-mode",
"@nuxtjs/sitemap", "@nuxtjs/sitemap",
"nuxt-full-static",
], ],
nitro: { nitro: {
prerender: { prerender: {

View File

@ -13,6 +13,7 @@
"@nuxtjs/tailwindcss": "^5.3.0", "@nuxtjs/tailwindcss": "^5.3.0",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.2",
"nuxt": "npm:nuxt3@latest", "nuxt": "npm:nuxt3@latest",
"nuxt-full-static": "^0.1.1",
"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",

View File

@ -474,7 +474,7 @@
unimport "^0.4.5" unimport "^0.4.5"
untyped "^0.4.4" untyped "^0.4.4"
"@nuxt/kit@npm:@nuxt/kit-edge@3.0.0-rc.6-27669113.5aa7288": "@nuxt/kit@npm:@nuxt/kit-edge@3.0.0-rc.6-27669113.5aa7288", "@nuxt/kit@npm:@nuxt/kit-edge@^3.0.0-rc.6-27661960.60656df":
version "3.0.0-rc.6-27669113.5aa7288" version "3.0.0-rc.6-27669113.5aa7288"
resolved "https://registry.yarnpkg.com/@nuxt/kit-edge/-/kit-edge-3.0.0-rc.6-27669113.5aa7288.tgz#07191c11f88f4ab26e169314ea8e41b85a65e1ad" resolved "https://registry.yarnpkg.com/@nuxt/kit-edge/-/kit-edge-3.0.0-rc.6-27669113.5aa7288.tgz#07191c11f88f4ab26e169314ea8e41b85a65e1ad"
integrity sha512-G0MZ6qjYNL9hLfSmQMrtvEMlGaBm1519iU3uUn/wTcAUQ8XqbPzDzm9g0bDes50wRnSwM/nNDovBX62Khb0YqA== integrity sha512-G0MZ6qjYNL9hLfSmQMrtvEMlGaBm1519iU3uUn/wTcAUQ8XqbPzDzm9g0bDes50wRnSwM/nNDovBX62Khb0YqA==
@ -4395,6 +4395,14 @@ nth-check@^2.0.1:
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
nuxt-full-static@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/nuxt-full-static/-/nuxt-full-static-0.1.1.tgz#695097ff93937391818c5858c08deccfcdb7fcc2"
integrity sha512-n2As19bVPerWEn/Le7p0DzSTsAES9S7CKDy+ojZKXhSn0z8NzwldCTZmORYImma/WlF7XTFdB54NHYrUzQlB+w==
dependencies:
"@nuxt/kit" "npm:@nuxt/kit-edge@^3.0.0-rc.6-27661960.60656df"
pathe "^0.3.3"
"nuxt@npm:nuxt3@latest": "nuxt@npm:nuxt3@latest":
version "3.0.0-rc.6-27669113.5aa7288" version "3.0.0-rc.6-27669113.5aa7288"
resolved "https://registry.yarnpkg.com/nuxt3/-/nuxt3-3.0.0-rc.6-27669113.5aa7288.tgz#fe89428fc4ca75d05a7b2df7750a270ba4c5a9f0" resolved "https://registry.yarnpkg.com/nuxt3/-/nuxt3-3.0.0-rc.6-27669113.5aa7288.tgz#fe89428fc4ca75d05a7b2df7750a270ba4c5a9f0"