diff --git a/src/types.js b/src/types.js index 43f8a20..8d39422 100644 --- a/src/types.js +++ b/src/types.js @@ -9,11 +9,11 @@ const gz = { module.exports = { '.html': { - type: 'text/html', + type: 'text/html; charset=utf-8', encodings: [br, gz] }, '.js': { - type: 'text/javascript', + type: 'text/javascript; charset=utf-8', encodings: [br, gz] }, '.txt': {