Update reactStrictMode to false in next.config.mjs
This commit is contained in:
parent
2dd754325b
commit
6d6915c5c5
@ -1,6 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
webpack: (config) => {
|
||||
config.resolve.fallback = { fs: false }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user