fix: add bigger sizeLimit
This commit is contained in:
parent
eb6929b889
commit
67b71ceffe
1 changed files with 8 additions and 0 deletions
|
@ -184,3 +184,11 @@ export default withZipline(handler, {
|
|||
user: true,
|
||||
administrator: true,
|
||||
});
|
||||
|
||||
export const config = {
|
||||
api: {
|
||||
bodyParser: {
|
||||
sizeLimit: '50mb',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue