Mayel de Borniol 2024-03-12 22:00:19 +00:00
parent 41e0f4012e
commit 0bd711138c

View file

@ -146,12 +146,15 @@ config :mime, :types, %{
"application/activity+json" => ["activity+json"],
"application/ld+json" => ["ld+json"],
"application/jrd+json" => ["jrd+json"],
# images
"image/png" => ["png"],
"image/apng" => ["apng"],
"image/jpeg" => ["jpg", "jpeg"],
"image/gif" => ["gif"],
"image/svg+xml" => ["svg"],
"image/webp" => ["webp"],
"image/tiff" => ["tiff"],
# text
"text/plain" => ["txt"],
"text/markdown" => ["md"],
# doc