fix
This commit is contained in:
parent
e2b2419f54
commit
8333007cd9
1 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@ const nextConfig: NextConfig = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
serverActions: {
|
experimental: {
|
||||||
bodySizeLimit: '500mb',
|
serverActions: {
|
||||||
|
bodySizeLimit: '50mb',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue