mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-03-13 22:40:00 +01:00
Register APNG MIME type
This commit is contained in:
parent
56e6e71c5a
commit
8a85b89906
1 changed files with 4 additions and 1 deletions
|
@ -169,7 +169,10 @@ config :mime, :types, %{
|
|||
"application/xrd+xml" => ["xrd+xml"],
|
||||
"application/jrd+json" => ["jrd+json"],
|
||||
"application/activity+json" => ["activity+json"],
|
||||
"application/ld+json" => ["activity+json"]
|
||||
"application/ld+json" => ["activity+json"],
|
||||
# Can be removed when bumping MIME past 2.0.5
|
||||
# see https://akkoma.dev/AkkomaGang/akkoma/issues/657
|
||||
"image/apng" => ["apng"]
|
||||
}
|
||||
|
||||
config :tesla, :adapter, {Tesla.Adapter.Finch, name: MyFinch}
|
||||
|
|
Loading…
Reference in a new issue