From aa67d722c3a7b5e3bebb87918c213401bd091237 Mon Sep 17 00:00:00 2001 From: smanylov Date: Fri, 26 Dec 2025 19:21:39 +0700 Subject: [PATCH] update limit --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index adad541..15d0ac4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,7 +4,7 @@ import createNextIntlPlugin from 'next-intl/plugin'; const nextConfig: NextConfig = { experimental: { serverActions: { - bodySizeLimit: '50mb', + bodySizeLimit: '10mb', }, }, };