add wasm mime type

This commit is contained in:
Daniel Micay 2021-07-06 14:13:18 -04:00
parent 740b720285
commit 75e800cdab

View File

@ -6,6 +6,7 @@ types {
image/gif gif;
image/jpeg jpeg jpg;
application/javascript js;
application/wasm wasm;
application/atom+xml atom;
application/rss+xml rss;