Merge pull request #1209 from notmasteryet/tree-75
Add gif as known mime type for `make server`
This commit is contained in:
commit
72e3d3d703
@ -64,6 +64,7 @@ MIMEs = {
|
|||||||
'.svg': 'image/svg+xml',
|
'.svg': 'image/svg+xml',
|
||||||
'.pdf': 'application/pdf',
|
'.pdf': 'application/pdf',
|
||||||
'.xhtml': 'application/xhtml+xml',
|
'.xhtml': 'application/xhtml+xml',
|
||||||
|
'.gif': 'image/gif',
|
||||||
'.ico': 'image/x-icon',
|
'.ico': 'image/x-icon',
|
||||||
'.png': 'image/png',
|
'.png': 'image/png',
|
||||||
'.log': 'text/plain'
|
'.log': 'text/plain'
|
||||||
|
Loading…
Reference in New Issue
Block a user