feat: update nuxt config
This commit is contained in:
@@ -80,6 +80,11 @@ export default defineNuxtConfig({
|
||||
scrollBehaviorType: "smooth"
|
||||
}
|
||||
},
|
||||
$development: {
|
||||
devtools: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
eslint: {
|
||||
config: {
|
||||
standalone: false
|
||||
@@ -91,5 +96,5 @@ export default defineNuxtConfig({
|
||||
future: {
|
||||
compatibilityVersion: 4
|
||||
},
|
||||
compatibilityDate: "2025-04-01"
|
||||
compatibilityDate: "2025-07-01"
|
||||
});
|
||||
|
Reference in New Issue
Block a user