From 5a2a9d59b7f9008442aac14b8d832f8ad585644c Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:54:26 +0000 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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