diff --git a/next.config.mjs b/next.config.mjs index 29ae3a9..0f4915d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -24,13 +24,8 @@ const nextConfig = { }, ]; }, - // Build optimization settings for slower CPUs - experimental: { - swcMinify: true, - turbotrace: { - logLevel: 'error' - } - }, + // Build optimization settings for Next.js 15+ + swcMinify: true, // Reduce memory usage during builds onDemandEntries: { // Period (in ms) where the server will keep pages in the buffer