diff --git a/next.config.mjs b/next.config.mjs index e84c099..d3e40e0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -8,8 +8,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, experimental: { - newNextLinkBehavior: true, - scrollRestoration: true + mdxRs: true }, images: { domains: ['i.scdn.co']