Change file max size

This commit is contained in:
2024-09-04 20:12:45 +02:00
parent a855b63d46
commit e41e81ae9f

View File

@@ -11,7 +11,7 @@ export default defineEventHandler(async (event) => {
} }
ensureBlob(file, { ensureBlob(file, {
maxSize: '1MB', maxSize: '4MB',
types: ['image'], types: ['image'],
}) })