From eaf0e7ff60b9bf70812451e1b4d63dfec7cdaf9d Mon Sep 17 00:00:00 2001 From: David Krause Date: Wed, 3 Jul 2024 22:47:42 +0200 Subject: [PATCH] Update mimetypes.nim; added avif & avifs (#23786) Added avif and avifs to mimetypes --- lib/pure/mimetypes.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pure/mimetypes.nim b/lib/pure/mimetypes.nim index 742a84e117a0..11f1abcee379 100644 --- a/lib/pure/mimetypes.nim +++ b/lib/pure/mimetypes.nim @@ -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" }