diff --git a/next.config.ts b/next.config.ts index 3f21ce3..f6d8e3e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -18,8 +18,10 @@ const nextConfig: NextConfig = { }, ], }, - serverActions: { - bodySizeLimit: '500mb', + experimental: { + serverActions: { + bodySizeLimit: '50mb', + }, }, };