Add SVG mime type.

This commit is contained in:
Teo Klestrup Röijezon 2018-02-26 15:49:24 +01:00 committed by Emil Mikulic
parent e9c474dfac
commit 07af05745e
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ static const char *default_extension_map[] = {
"image/gif" " gif",
"image/jpeg" " jpeg jpe jpg",
"image/png" " png",
"image/svg+xml" " svg",
"text/css" " css",
"text/html" " html htm",
"text/javascript" " js",