diff --git a/web/next.config.js b/web/next.config.js index d7fc7a551a7..1586af8d178 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -7,6 +7,7 @@ const version = env_version || package_version; /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", + swcMinify: true, rewrites: async () => { // In production, something else (nginx in the one box setup) should take // care of this rewrite. TODO (chris): better support setups where