diff --git a/src/kemal/helpers/utils.cr b/src/kemal/helpers/utils.cr index 11abc23..6dcab66 100644 --- a/src/kemal/helpers/utils.cr +++ b/src/kemal/helpers/utils.cr @@ -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"