diff --git a/next.config.js b/next.config.js index 9be956e..8eda583 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,7 @@ module.exports = { reactStrictMode: true, - swcMinify: true, + // swcMinify: true, + // optimization: { + // minimize: false, + // }, }