Skip to content

Commit

Permalink
Update mimetypes.nim; added avif & avifs (#23786)
Browse files Browse the repository at this point in the history
Added avif and avifs to mimetypes
  • Loading branch information
enthus1ast committed Jul 3, 2024
1 parent 5935c3b commit eaf0e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pure/mimetypes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,8 @@ const mimes* = {
"movie": "video/x-sgi-movie",
"smv": "video/x-smv",
"ice": "x-conference/x-cooltalk",
"avif": "image/avif",
"avifs": "image/avif"
}


Expand Down

0 comments on commit eaf0e7f

Please sign in to comment.