Use swcMinify

This commit is contained in:
Weves
2024-05-17 13:49:45 -07:00
committed by Chris Weaver
parent b9bae9a011
commit 5c997c0322

View File

@ -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