- TODO: Fix bug in navbar and directing
This commit is contained in:
Zheyuan Wu
2025-10-24 21:49:47 -05:00
parent 05d5b92255
commit 3aceb5ba0b
7 changed files with 166 additions and 17 deletions

View File

@@ -24,11 +24,11 @@ export default bundleAnalyzer(withNextra({
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
webpackMemoryOptimizations: true,
staticGenerationMaxConcurrency: 2, // try 13, default is 8
staticGenerationMinPagesPerWorker: 1 // keep small, default is 25
}
// experimental: {
// webpackMemoryOptimizations: true,
// staticGenerationMaxConcurrency: 2, // try 13, default is 8
// staticGenerationMinPagesPerWorker: 1 // keep small, default is 25
// }
}))
// If you have other Next.js configurations, you can pass them as the parameter: