diff --git a/next.config.mjs b/next.config.mjs index 0ace45b..f3ce42a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -24,10 +24,10 @@ export default bundleAnalyzer(withNextra({ eslint: { ignoreDuringBuilds: true, }, - compiler: { - // enable console log in production - removeConsole: false, - }, + // compiler: { + // // enable console log in production + // removeConsole: false, + // }, // experimental: { // webpackMemoryOptimizations: true, // staticGenerationMaxConcurrency: 2, // try 1–3, default is 8