From a018a65db905a4f221b0ee6ed35582c7b07718dd Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Mon, 23 Feb 2026 16:20:28 +0100 Subject: [PATCH] feat: add mime type PDF --- src/collections/Media.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/collections/Media.ts b/src/collections/Media.ts index f17ec4e..f6486e8 100644 --- a/src/collections/Media.ts +++ b/src/collections/Media.ts @@ -44,6 +44,7 @@ upload: { 'image/*', 'video/*', 'text/csv', + 'application/pdf', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', ],