AchyuthGamer commited on
Commit
9ee2c40
β€’
1 Parent(s): c52f34d

Update next.config.js

Browse files
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