From f9de76328fe2b27b139ac6fe99f25309edaf197d Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 17 Nov 2022 11:24:19 +0000 Subject: [PATCH] Re-enable console logging --- next.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/next.config.js b/next.config.js index ff858fc..387f805 100644 --- a/next.config.js +++ b/next.config.js @@ -14,11 +14,11 @@ const nextConfig = { // cpu usage spikes when loading a page //optimizeCss: true, }, - compiler: { - removeConsole: { - exclude: ["error"], - }, - }, + // compiler: { + // removeConsole: { + // exclude: ["error"], + // }, + // }, images: { remotePatterns: [