mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Change file max size
This commit is contained in:
@@ -11,7 +11,7 @@ export default defineEventHandler(async (event) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ensureBlob(file, {
|
ensureBlob(file, {
|
||||||
maxSize: '1MB',
|
maxSize: '4MB',
|
||||||
types: ['image'],
|
types: ['image'],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user