diff --git a/apps/dashboard/next.config.js b/apps/dashboard/next.config.js index c1c1519..91ef62f 100644 --- a/apps/dashboard/next.config.js +++ b/apps/dashboard/next.config.js @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - experimental: { - scrollRestoration: true, - }, }; module.exports = nextConfig;