From 1577ddc0d9383d84cf710c9076e92aceb91866cd Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:53:28 -0500 Subject: [PATCH] remove console logs --- next.config.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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