Skip to content

Commit 5bf63ce

Browse files
committed
Add .hex mime type
1 parent 8ae1ab6 commit 5bf63ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,7 @@ module.exports = {
7272
'.woff2': {
7373
type: 'font/woff2'
7474
},
75+
'.hex': {
76+
type: 'application/octet-stream'
77+
}
7578
};

0 commit comments

Comments
 (0)