mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #1209 from notmasteryet/tree-75
Add gif as known mime type for `make server`
This commit is contained in:
commit
72e3d3d703
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ MIMEs = {
|
|||
'.svg': 'image/svg+xml',
|
||||
'.pdf': 'application/pdf',
|
||||
'.xhtml': 'application/xhtml+xml',
|
||||
'.gif': 'image/gif',
|
||||
'.ico': 'image/x-icon',
|
||||
'.png': 'image/png',
|
||||
'.log': 'text/plain'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue