mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Added mime-type for favicons (#329)
This commit is contained in:
parent
1c527c2d94
commit
e6757d9a61
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue