diff --git a/nuxt.config.ts b/nuxt.config.ts index 79fe236..602fe26 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -75,6 +75,11 @@ export default defineNuxtConfig({ devServer: { host: "0.0.0.0" }, + router: { + options: { + scrollBehaviorType: "smooth" + } + }, eslint: { config: { standalone: false @@ -86,5 +91,5 @@ export default defineNuxtConfig({ future: { compatibilityVersion: 4 }, - compatibilityDate: "2025-02-01" + compatibilityDate: "2025-03-01" });