aboutsummaryrefslogtreecommitdiff
path: root/xs_mime.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-12-07 14:52:15 +0100
committerdefault <nobody@localhost>2024-12-07 14:52:15 +0100
commit2a29fc102e8cb33a970ac1eb4c43bc7edbafd113 (patch)
treed0b6579a0a0a536048d1a22d98f0a279519c2fee /xs_mime.h
parent221eeabf0c00f076ee8ae670811aabbc5b11a826 (diff)
Added image/avif mime type.
Diffstat (limited to 'xs_mime.h')
-rw-r--r--xs_mime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xs_mime.h b/xs_mime.h
index b016490..5c0a6fd 100644
--- 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",