From 2a29fc102e8cb33a970ac1eb4c43bc7edbafd113 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 7 Dec 2024 14:52:15 +0100 Subject: [PATCH] Added image/avif mime type. --- xs_mime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",