Skip to content

Commit

Permalink
[mjs_mime_type] Add mjs extention as application/javascript mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanHaas committed Nov 5, 2024
1 parent 071c48d commit 802e906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'text/xml' => 'xml',
'image/gif' => 'gif',
'image/jpeg' => 'jpeg jpg',
'application/javascript' => 'js',
'application/javascript' => 'js mjs',
'application/atom+xml' => 'atom',
'application/rss+xml' => 'rss',
'text/mathml' => 'mml',
Expand Down

0 comments on commit 802e906

Please sign in to comment.