Skip to content

Commit

Permalink
Fix the mjs mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed May 21, 2024
1 parent f35daf9 commit 70c3cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default new Map([
['mime', 'message/rfc822'],
['mj2', 'video/mj2'],
['mjp2', 'video/mj2'],
['mjs', 'application/javascript'],
['mjs', 'text/javascript'],
['mml', 'text/mathml'],
['mods', 'application/mods+xml'],
['mov', 'video/quicktime'],
Expand Down

0 comments on commit 70c3cae

Please sign in to comment.