From 28c1a034b89fff5631aa49500ddd0a7e9316b316 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Sat, 25 Jan 2025 20:16:43 -0500 Subject: [PATCH] Remove unused prop --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 14914217..76bd9c04 100644 --- a/next.config.js +++ b/next.config.js @@ -25,7 +25,6 @@ const nextConfig = { trailingSlash: true, reactStrictMode: true, transpilePackages: ['next-goatcounter'], - swcMinify: true, // No nextJS image optimization for a static site. images: { unoptimized: true,