From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'next.config.ts') diff --git a/next.config.ts b/next.config.ts index a20f6ca5..b86ea42c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -9,7 +9,11 @@ const nextConfig: NextConfig = { typescript: { ignoreBuildErrors: true, }, - + experimental: { + serverActions: { + bodySizeLimit: '5mb', + }, + }, }; export default nextConfig; -- cgit v1.2.3