Skip to content

Commit

Permalink
Fix MIME-type
Browse files Browse the repository at this point in the history
Add application/wasm and text/calendar
  • Loading branch information
LeoColomb committed Feb 10, 2019
1 parent 8a4a1ce commit fe7ff95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mime.types
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ types {
# Servers should use text/javascript for JavaScript resources.
# https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages
text/javascript js mjs;
application/wasm wasm;


# Manifest files
Expand Down Expand Up @@ -124,10 +125,11 @@ types {
text/css css;
text/csv csv;
text/html htm html shtml;
text/markdown md;
text/markdown md markdown;
text/mathml mml;
text/plain txt;
text/vcard vcard vcf;
text/calendar ics;
text/vnd.rim.location.xloc xloc;
text/vnd.sun.j2me.app-descriptor jad;
text/vnd.wap.wml wml;
Expand Down

0 comments on commit fe7ff95

Please sign in to comment.