Added mime-type for favicons (#329)

This commit is contained in:
Cris Ward 2017-03-11 22:23:33 +00:00 committed by Serdar Dogruyol
parent 1c527c2d94
commit e6757d9a61
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module Kemal
when ".jpg", ".jpeg" then "image/jpeg"
when ".gif" then "image/gif"
when ".svg" then "image/svg+xml"
when ".ico" then "image/x-icon"
when ".xml" then "application/xml"
when ".json" then "application/json"
when ".otf", ".ttf" then "application/font-sfnt"