Skip to content

Commit bfc3a66

Browse files
author
Josh Hollinshead
committed
Add defaultMimeType to the defaultConfig object
1 parent 15b803d commit bfc3a66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
expires: EXPIRE_IN_2030,
2525
dotFolders: false,
2626
batchSize: 0,
27+
defaultMimeType: 'application/octet-stream',
2728
distDir: function(context) {
2829
return context.distDir;
2930
},

0 commit comments

Comments
 (0)