Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Henkel committed Apr 22, 2022
1 parent e63b23c commit a3ad773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Expand Up @@ -21,7 +21,7 @@ export const COMMON_MIME_TYPES = new Map([
['gz', 'application/gzip'],
['gif', 'image/gif'],
['heic', 'image/heic'],
['heic', 'image/heif'],
['heif', 'image/heif'],
['htm', 'text/html'],
['html', 'text/html'],
['ico', 'image/vnd.microsoft.icon'],
Expand Down

0 comments on commit a3ad773

Please sign in to comment.