From 8131234f0eb6bc31c8fa641d8c7e154da700c591 Mon Sep 17 00:00:00 2001 From: esteban Date: Fri, 14 Aug 2026 01:55:35 -0500 Subject: [PATCH] change body size limit --- next.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.ts b/next.config.ts index db244d5..f634db9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,11 @@ const __filename = fileURLToPath(import.meta.url) const dirname = path.dirname(__filename) const nextConfig: NextConfig = { + experimental: { + serverActions: { + bodySizeLimit: '100mb', + }, + }, images: { localPatterns: [ {