diff --git a/apps/vojtechmares.com/next.config.js b/apps/vojtechmares.com/next.config.js index 1ba0283..dec9cf4 100644 --- a/apps/vojtechmares.com/next.config.js +++ b/apps/vojtechmares.com/next.config.js @@ -16,7 +16,6 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, experimental: { - newNextLinkBehavior: true, scrollRestoration: true, }, pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],