Files changed (1) hide show
  1. next.config.js +1 -1
next.config.js CHANGED
@@ -4,7 +4,7 @@ const nextConfig = {
4
 
5
  experimental: {
6
  serverActions: true,
7
- serverActionsBodySizeLimit: '8mb',
8
  },
9
  }
10
 
 
4
 
5
  experimental: {
6
  serverActions: true,
7
+ serverActionsBodySizeLimit: 32mb',
8
  },
9
  }
10