Skip to content

Commit

Permalink
Add MIME type for APNG (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneric committed Feb 16, 2024
1 parent d02ce9c commit f5f1674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mime.ex
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ defmodule MIME do
"font/ttf" => ["ttf"],
"font/woff" => ["woff"],
"font/woff2" => ["woff2"],
"image/apng" => ["apng"],
"image/avif" => ["avif"],
"image/bmp" => ["bmp"],
"image/gif" => ["gif"],
Expand Down

0 comments on commit f5f1674

Please sign in to comment.