1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00

Add more MIME types (#57)

This commit is contained in:
Dmitry Sharshakov aka. sh7dm 2019-01-02 16:47:43 +03:00 committed by Ryan Dahl
parent 7a3c70e74b
commit 77831c34b1

View file

@ -46,6 +46,10 @@
".otf": "font/otf",
".png": "image/png",
".pdf": "application/pdf",
".ppm": "image/x-portable-pixmap",
".pgm": "image/x-portable-graymap",
".pmm": "image/x-portable-bitmap",
".pnm": "image/x-portable-anymap",
".ppt": "application/vnd.ms-powerpoint",
".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
".rar": "application/x-rar-compressed",