Skip to content

Commit

Permalink
add .map content type mapped as application/json for js source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
beam_former committed Feb 10, 2024
1 parent 4daff23 commit 03062c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@srfnstack/spliffy",
"version": "1.2.1",
"version": "1.2.2",
"author": "snowbldr",
"private": false,
"homepage": "https://github.com/narcolepticsnowman/spliffy",
Expand Down
1 change: 1 addition & 0 deletions src/content-types.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
'.js': 'text/javascript',
'.json': 'application/json',
'.jsonld': 'application/ld+json',
'.map': 'application/json',
'.mid': 'audio/midi',
'.midi': 'audio/x-midi',
'.mjs': 'text/javascript',
Expand Down

0 comments on commit 03062c9

Please sign in to comment.