Added image/avif mime type.

This commit is contained in:
default 2024-12-07 14:52:15 +01:00
parent 221eeabf0c
commit 2a29fc102e

View file

@ -11,11 +11,12 @@ extern const char *xs_mime_types[];
#ifdef XS_IMPLEMENTATION #ifdef XS_IMPLEMENTATION
/* intentionally brain-dead simple */ /* intentionally brain-dead simple */
/* CAUTION: sorted */ /* CAUTION: sorted by extension */
const char *xs_mime_types[] = { const char *xs_mime_types[] = {
"3gp", "video/3gpp", "3gp", "video/3gpp",
"aac", "audio/aac", "aac", "audio/aac",
"avif", "image/avif",
"css", "text/css", "css", "text/css",
"flac", "audio/flac", "flac", "audio/flac",
"flv", "video/flv", "flv", "video/flv",