mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
fix(frontend): update next.config.mjs to not use standalone output
This commit is contained in:
@@ -34,7 +34,8 @@ const nextConfig = {
|
||||
},
|
||||
],
|
||||
},
|
||||
output: "standalone",
|
||||
// Vercel has its own deployment mechanism and doesn't need standalone mode
|
||||
...(process.env.VERCEL ? {} : { output: "standalone" }),
|
||||
transpilePackages: ["geist"],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user