Skip to content

Commit

Permalink
Adds avif mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
kj committed Jan 11, 2024
1 parent a8d3b24 commit a430ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/common-mime-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module.exports = {
ttf: `${d}/ttf`,
woff: `${d}/woff`,
woff2: `${d}/woff2`,
avif: `${c}/avif`,
gif: `${c}/gif`,
jp2: `${c}/jp2`,
jpg2: `${c}/jp2`,
Expand Down

0 comments on commit a430ac3

Please sign in to comment.