diff options
| -rw-r--r-- | xs_mime.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -16,6 +16,7 @@ extern const char *xs_mime_types[]; | |||
| 16 | const char *xs_mime_types[] = { | 16 | const char *xs_mime_types[] = { |
| 17 | "3gp", "video/3gpp", | 17 | "3gp", "video/3gpp", |
| 18 | "aac", "audio/aac", | 18 | "aac", "audio/aac", |
| 19 | "apng", "image/apng", | ||
| 19 | "avif", "image/avif", | 20 | "avif", "image/avif", |
| 20 | "css", "text/css", | 21 | "css", "text/css", |
| 21 | "flac", "audio/flac", | 22 | "flac", "audio/flac", |
| @@ -38,7 +39,6 @@ const char *xs_mime_types[] = { | |||
| 38 | "ogv", "video/ogg", | 39 | "ogv", "video/ogg", |
| 39 | "opus", "audio/ogg", | 40 | "opus", "audio/ogg", |
| 40 | "png", "image/png", | 41 | "png", "image/png", |
| 41 | "apng", "image/apng", | ||
| 42 | "svg", "image/svg+xml", | 42 | "svg", "image/svg+xml", |
| 43 | "svgz", "image/svg+xml", | 43 | "svgz", "image/svg+xml", |
| 44 | "txt", "text/plain", | 44 | "txt", "text/plain", |