diff --git a/beta/next.config.js b/beta/next.config.js index fbb4820b..39f3d5fc 100644 --- a/beta/next.config.js +++ b/beta/next.config.js @@ -10,9 +10,9 @@ module.exports = { pageExtensions: ['jsx', 'js', 'ts', 'tsx', 'mdx', 'md'], experimental: { plugins: true, - // TODO: this doesn't work because https://github.com/vercel/next.js/issues/30714 - concurrentFeatures: false, scrollRestoration: true, + legacyBrowsers: false, + browsersListForSwc: true, }, async redirects() { return redirects.redirects;