diff --git a/next.config.ts b/next.config.ts index 1a8bfa5..f8f92cb 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,7 +4,7 @@ const nextConfig: NextConfig = { experimental: { useCache: true, serverActions: { - bodySizeLimit: "1mb", + bodySizeLimit: "999mb", }, }, };