mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
parent
2db683e47e
commit
bc4635a593
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
||||||
".otf": "font/otf",
|
".otf": "font/otf",
|
||||||
".png": "image/png",
|
".png": "image/png",
|
||||||
".pdf": "application/pdf",
|
".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",
|
".ppt": "application/vnd.ms-powerpoint",
|
||||||
".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
||||||
".rar": "application/x-rar-compressed",
|
".rar": "application/x-rar-compressed",
|
||||||
|
|
Loading…
Reference in a new issue