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} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: false,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
webpack: (config) => {
|
webpack: (config) => {
|
||||||
config.resolve.fallback = { fs: false }
|
config.resolve.fallback = { fs: false }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user