diff --git a/next.config.js b/next.config.js index 3f5a173..419ac82 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - output: 'standalone', + // Note: 'output: standalone' is set during Docker build, not in dev mode experimental: { serverActions: { bodySizeLimit: '2mb',