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.
future.compatibilityVersion
1 parent 5db3b0f commit cad7c45Copy full SHA for cad7c45
docs/nuxt.config.ts
@@ -143,10 +143,6 @@ export default defineNuxtConfig({
143
'/releases': { redirect: 'https://github.com/nuxt/ui/releases', prerender: false }
144
},
145
146
- future: {
147
- compatibilityVersion: 4
148
- },
149
-
150
compatibilityDate: '2024-07-09',
151
152
nitro: {
playground/nuxt.config.ts
@@ -10,10 +10,6 @@ export default defineNuxtConfig({
10
11
css: ['~/assets/css/main.css'],
12
13
14
15
16
17
18
19
vite: {
0 commit comments