fix: twice rendering setting

This commit is contained in:
HeesungB 2022-12-01 17:33:37 +09:00
parent ebd8c2a925
commit b4d3d51d8c
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
reactStrictMode: false,
swcMinify: true,
}
};
module.exports = nextConfig
module.exports = nextConfig;