mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
Use swcMinify
This commit is contained in:
@@ -7,6 +7,7 @@ const version = env_version || package_version;
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
|
swcMinify: true,
|
||||||
rewrites: async () => {
|
rewrites: async () => {
|
||||||
// In production, something else (nginx in the one box setup) should take
|
// In production, something else (nginx in the one box setup) should take
|
||||||
// care of this rewrite. TODO (chris): better support setups where
|
// care of this rewrite. TODO (chris): better support setups where
|
||||||
|
Reference in New Issue
Block a user