feat: increase upload size limit (#962)
This commit is contained in:
@ -6,5 +6,6 @@ export const settings: Settings = {
|
||||
'profile-picture': ['original'],
|
||||
'workspace-logo': ['original'],
|
||||
},
|
||||
maxFileSize: '10MB',
|
||||
},
|
||||
};
|
||||
|
||||
@ -9,5 +9,6 @@ export interface Settings {
|
||||
imageCropSizes: {
|
||||
[key in ValueOfFileFolder]?: ShortCropSize[];
|
||||
};
|
||||
maxFileSize: `${number}MB`;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user