Add SVG to the 'make server' known types list

This commit is contained in:
notmasteryet 2011-08-25 22:02:32 -05:00
parent a473992cc9
commit 03a39b899a

View File

@ -58,6 +58,7 @@ MIMEs = {
'.html': 'text/html',
'.js': 'application/javascript',
'.json': 'application/json',
'.svg': 'image/svg+xml',
'.pdf': 'application/pdf',
'.xhtml': 'application/xhtml+xml',
'.ico': 'image/x-icon',