commit 2a29fc102e8cb33a970ac1eb4c43bc7edbafd113
parent 221eeabf0c00f076ee8ae670811aabbc5b11a826
Author: default <nobody@localhost>
Date: Sat, 7 Dec 2024 14:52:15 +0100
Added image/avif mime type.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xs_mime.h b/xs_mime.h
@@ -11,11 +11,12 @@ extern const char *xs_mime_types[];
#ifdef XS_IMPLEMENTATION
/* intentionally brain-dead simple */
-/* CAUTION: sorted */
+/* CAUTION: sorted by extension */
const char *xs_mime_types[] = {
"3gp", "video/3gpp",
"aac", "audio/aac",
+ "avif", "image/avif",
"css", "text/css",
"flac", "audio/flac",
"flv", "video/flv",