forked from LaconicNetwork/icns-frontend
fix: twice rendering setting
This commit is contained in:
parent
ebd8c2a925
commit
b4d3d51d8c
BIN
.yarn/cache/@next-swc-darwin-arm64-npm-13.0.5-226c282ef3-8.zip
vendored
Normal file
BIN
.yarn/cache/@next-swc-darwin-arm64-npm-13.0.5-226c282ef3-8.zip
vendored
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: false,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
}
|
};
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user