Update mimetypes.nim; added avif & avifs (#23786)

Added avif and avifs to mimetypes
This commit is contained in:
David Krause
2024-07-03 22:47:42 +02:00
committed by GitHub
parent 5935c3bfa9
commit eaf0e7ff60

View File

@@ -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"
}