Skip to content

Commit

Permalink
fix(config): remove wasm duplicated mime type from nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 10, 2024
1 parent c82da70 commit 3d7f414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageroot/actions/create-module/20expandconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ http {
# Set .mjs and wasm that is missing in the mime.types
types {
text/javascript mjs;
application/wasm wasm;
}
default_type application/octet-stream;
Expand Down

0 comments on commit 3d7f414

Please sign in to comment.