diff options
| author | default <nobody@localhost> | 2024-12-07 14:52:15 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-12-07 14:52:15 +0100 |
| commit | 2a29fc102e8cb33a970ac1eb4c43bc7edbafd113 (patch) | |
| tree | d0b6579a0a0a536048d1a22d98f0a279519c2fee | |
| parent | 221eeabf0c00f076ee8ae670811aabbc5b11a826 (diff) | |
Added image/avif mime type.
| -rw-r--r-- | xs_mime.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |