Skip to content

Commit 5fbc1bc

Browse files
committed
Revert "bump to nuxt 4"
This reverts commit 2c96ff9.
1 parent 4ccb636 commit 5fbc1bc

File tree

3 files changed

+2248
-2657
lines changed

3 files changed

+2248
-2657
lines changed

nuxt.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ export default defineNuxtConfig({
110110
transpile: ['shiki'],
111111
},
112112

113-
compatibilityDate: '2025-11-19',
113+
future: {
114+
compatibilityVersion: 4,
115+
},
116+
117+
compatibilityDate: '2024-11-01',
114118

115119
nitro: {
116120
prerender: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vueuse/core": "13.3.0",
2626
"@vueuse/nuxt": "13.3.0",
2727
"lodash-es": "4.17.21",
28-
"nuxt": "4.2.1",
28+
"nuxt": "3.17.5",
2929
"openapi3-ts": "4.4.0",
3030
"sharp": "^0.34.2",
3131
"ufo": "1.6.1",

0 commit comments

Comments
 (0)