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,