diff --git a/next.config.ts b/next.config.ts index f3af0f2..45204c9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -10,6 +10,7 @@ module.exports = { bodySizeLimit: '50mb', }, }, + output: "standalone", } export default nextConfig;