diff options
| author | green <dandelions@disroot.org> | 2025-03-26 01:44:20 +0100 |
|---|---|---|
| committer | green <dandelions@disroot.org> | 2025-04-13 14:41:34 +0200 |
| commit | 8c2abef699a98652c290bafd844f8ae2c25eef7f (patch) | |
| tree | 903f2553d6db5de91bef09fc9e49611fac30ce54 /xs_mime.h | |
| parent | fbd81b604315f569ce5714fdc9d3caa78daaa83a (diff) | |
the fucking list is sotted. oopps
Diffstat (limited to 'xs_mime.h')
| -rw-r--r-- | xs_mime.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |