dan
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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; |
|
|
|