diff --git a/back/config/plugins.ts b/back/config/plugins.ts index 78bed5d..851370a 100644 --- a/back/config/plugins.ts +++ b/back/config/plugins.ts @@ -13,6 +13,8 @@ export default () => ({ upload: {}, delete: {}, }, + + sizeLimit: 10 * 1024 * 1024, // 10mb byte-tan }, },