From 1cc89fac7da678495339cf3bef8862b1ca4fd4ad Mon Sep 17 00:00:00 2001 From: Aneesh Reddy Date: Mon, 3 Feb 2025 16:44:03 -0500 Subject: [PATCH] Increased server action limit --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 91c6fe1..f5a3954 100644 --- a/next.config.ts +++ b/next.config.ts @@ -15,7 +15,7 @@ const nextConfig: NextConfig = { serverExternalPackages: ['mjml'], experimental: { serverActions: { - bodySizeLimit: '5MB', + bodySizeLimit: '10MB', }, }, output: 'standalone',