This commit is contained in:
smanylov
2025-12-26 18:51:05 +07:00
parent 2209bfa48c
commit 2c54d3e375
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig: NextConfig = {
experimental: {
serverActions: {
bodySizeLimit: '6mb',
bodySizeLimit: '50mb',
},
},
};