From be9328bab53b597b958b8737cf07d8d9d3414403 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 1 Feb 2024 02:23:55 +0000 Subject: [PATCH] why was this disabled? --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index afdfdaf..cc5b543 100644 --- a/next.config.js +++ b/next.config.js @@ -34,7 +34,7 @@ const nextConfig = { generateEtags: true, reactStrictMode: true, swcMinify: true, - compress: false, + compress: true, poweredByHeader: false, experimental: { webpackBuildWorker: true,