commit 932a2cf70c62ef5a45dcc222012f9fb1c472f73c
parent 43947cce0c22c0c5a2f3b9b70a8d48dd72e2f02b
Author: shtrophic <shtrophic@noreply.codeberg.org>
Date: Sat, 7 Dec 2024 16:23:56 +0000
Merge branch 'master' into master
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",