Skip to content

Commit

Permalink
lib/mime: update js mime type.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Dec 21, 2023
1 parent 5376bd7 commit 6a17691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mime.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const types = {
'ico': ['image/x-icon', false],
'jpg': ['image/jpeg', false],
'jpeg': ['image/jpeg', false],
'js': ['application/javascript', true],
'js': ['text/javascript', true],
'json': ['application/json', true],
'log': ['text/plain', true],
'manifest': ['text/cache-manifest', false],
Expand Down

0 comments on commit 6a17691

Please sign in to comment.