Skip to content

Commit 19b3344

Browse files
committed
all asset types
1 parent eafbd5c commit 19b3344

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/asset-uploader/src/utils/allowed-file-types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export const ALLOWED_FILE_TYPES = {
3333
html: "text/html",
3434
xml: "application/xml",
3535

36+
// Archives
37+
zip: "application/zip",
38+
rar: "application/vnd.rar",
39+
3640
// Audio
3741
mp3: "audio/mpeg",
3842
wav: "audio/wav",

0 commit comments

Comments
 (0)