From 7003254f63324285e38262e52caf7ad916d83765 Mon Sep 17 00:00:00 2001 From: LaneLR Date: Fri, 31 Oct 2025 13:02:51 -0500 Subject: [PATCH] Update next.config --- next.config.mjs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 6385d5a..c11e1a6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,14 +3,6 @@ const nextConfig = { compiler: { styledComponents: true, //enable the styled-components SWC compiler }, - // devIndicators: { - // buildActivity: false, - // }, - output: 'export', - distDir: 'out', - images: { - unoptimized: true, - }, }; export default nextConfig;