aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreen <dandelions@disroot.org>2025-03-26 01:44:20 +0100
committergreen <dandelions@disroot.org>2025-04-13 14:41:34 +0200
commit8c2abef699a98652c290bafd844f8ae2c25eef7f (patch)
tree903f2553d6db5de91bef09fc9e49611fac30ce54
parentfbd81b604315f569ce5714fdc9d3caa78daaa83a (diff)
the fucking list is sotted. oopps
-rw-r--r--xs_mime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_mime.h b/xs_mime.h
index 5f70922..0146385 100644
--- a/xs_mime.h
+++ b/xs_mime.h
@@ -16,6 +16,7 @@ extern const char *xs_mime_types[];
const char *xs_mime_types[] = {
"3gp", "video/3gpp",
"aac", "audio/aac",
+ "apng", "image/apng",
"avif", "image/avif",
"css", "text/css",
"flac", "audio/flac",
@@ -38,7 +39,6 @@ const char *xs_mime_types[] = {
"ogv", "video/ogg",
"opus", "audio/ogg",
"png", "image/png",
- "apng", "image/apng",
"svg", "image/svg+xml",
"svgz", "image/svg+xml",
"txt", "text/plain",