We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59eee1a + 6d84d77 commit 7ae1a0eCopy full SHA for 7ae1a0e
next.config.js
@@ -1,7 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- reactStrictMode: true,
4
- swcMinify: true
+ reactStrictMode: true
5
};
6
7
module.exports = nextConfig;
0 commit comments