From ac6926b55c4c4bf90b8ffbea46d160fb472f79e7 Mon Sep 17 00:00:00 2001 From: Ahmet Kilinc Date: Sat, 20 Dec 2025 13:29:48 +0000 Subject: [PATCH] test --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, }, };