feat: update to nuxt 4

This commit is contained in:
Nicola Spadari
2025-07-16 09:51:23 +02:00
parent b707c09176
commit 02583aab7b
6 changed files with 928 additions and 271 deletions

View File

@@ -80,11 +80,6 @@ export default defineNuxtConfig({
scrollBehaviorType: "smooth"
}
},
$development: {
devtools: {
enabled: true
}
},
eslint: {
config: {
standalone: false
@@ -93,8 +88,5 @@ export default defineNuxtConfig({
experimental: {
typedPages: true
},
future: {
compatibilityVersion: 4
},
compatibilityDate: "2025-07-01"
});