change body size limit

This commit is contained in:
Esteban Paz 2026-08-14 01:55:35 -05:00
parent b840172946
commit 8131234f0e
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ const __filename = fileURLToPath(import.meta.url)
const dirname = path.dirname(__filename)
const nextConfig: NextConfig = {
experimental: {
serverActions: {
bodySizeLimit: '100mb',
},
},
images: {
localPatterns: [
{