update darkmode config

This commit is contained in:
Trance-0
2025-10-27 12:15:43 -05:00
parent fb1ffcd040
commit f634254bca
4 changed files with 9 additions and 6 deletions

View File

@@ -24,6 +24,10 @@ export default bundleAnalyzer(withNextra({
eslint: {
ignoreDuringBuilds: true,
},
compiler: {
// enable console log in production
removeConsole: false,
},
// experimental: {
// webpackMemoryOptimizations: true,
// staticGenerationMaxConcurrency: 2, // try 13, default is 8