We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccb636 commit 5fbc1bcCopy full SHA for 5fbc1bc
nuxt.config.ts
@@ -110,7 +110,11 @@ export default defineNuxtConfig({
110
transpile: ['shiki'],
111
},
112
113
- compatibilityDate: '2025-11-19',
+ future: {
114
+ compatibilityVersion: 4,
115
+ },
116
+
117
+ compatibilityDate: '2024-11-01',
118
119
nitro: {
120
prerender: {
package.json
@@ -25,7 +25,7 @@
25
"@vueuse/core": "13.3.0",
26
"@vueuse/nuxt": "13.3.0",
27
"lodash-es": "4.17.21",
28
- "nuxt": "4.2.1",
+ "nuxt": "3.17.5",
29
"openapi3-ts": "4.4.0",
30
"sharp": "^0.34.2",
31
"ufo": "1.6.1",
0 commit comments