Skip to content

Commit

Permalink
Merge pull request #924 from btea/task/0-add-apng-type
Browse files Browse the repository at this point in the history
#0@patch: MIME type add apng.
  • Loading branch information
capricorn86 committed May 18, 2023
2 parents abf540f + 0c23924 commit 1963c8e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -26,6 +26,7 @@ const LOCAL_MIME_TYPES = {
rtf: 'text/rtf',
js: 'application/javascript',
css: 'text/css',
apng: 'image/apng',
png: 'image/png',
jpg: 'image/jpeg',
jpeg: 'image/jpeg',
Expand Down

0 comments on commit 1963c8e

Please sign in to comment.