Created
November 17, 2019 08:43
-
-
Save koyanloshe/d7833f967dc444c15a653f91074e1797 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var mimeTypes = { | |
'.html': 'text/html', | |
'.js': 'text/javascript', | |
'.css': 'text/css', | |
'.json': 'application/json', | |
'.png': 'image/png', | |
'.jpg': 'image/jpg', | |
'.gif': 'image/gif', | |
'.svg': 'image/svg+xml', | |
'.wav': 'audio/wav', | |
'.mp4': 'video/mp4', | |
'.woff': 'application/font-woff', | |
'.ttf': 'application/font-ttf', | |
'.eot': 'application/vnd.ms-fontobject', | |
'.otf': 'application/font-otf', | |
'.wasm': 'application/wasm' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment