This commit is contained in:
WeeXnes 2025-06-11 22:32:25 +02:00
parent e2b2419f54
commit 8333007cd9

View file

@ -18,8 +18,10 @@ const nextConfig: NextConfig = {
}, },
], ],
}, },
serverActions: { experimental: {
bodySizeLimit: '500mb', serverActions: {
bodySizeLimit: '50mb',
},
}, },
}; };