From cfa26920616048f4be43e481f6f39d09a2971a70 Mon Sep 17 00:00:00 2001 From: Ranit Manik <138437760+RanitManik@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:29:53 +0530 Subject: [PATCH] chore: remove unused SWC minification and poweredByHeader settings from next.config.ts --- next.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.ts b/next.config.ts index fa1d17e..3ee8921 100644 --- a/next.config.ts +++ b/next.config.ts @@ -57,10 +57,6 @@ const nextConfig: NextConfig = { fallback: [], }; }, - - // Optimize bundle - swcMinify: true, - poweredByHeader: false, }; export default nextConfig;