Increase client body size to 100 gb

This commit is contained in:
Jaret Burkett 2026-01-24 12:44:17 -07:00
parent f29272ee90
commit 9ef6f1a828
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ const nextConfig: NextConfig = {
},
experimental: {
serverActions: {
bodySizeLimit: '100mb',
bodySizeLimit: '100gb',
},
middlewareClientMaxBodySize: '100mb',
middlewareClientMaxBodySize: '100gb',
},
};