Experimental port to Firebase hosting
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
function getContentTypeHeader(type) {
|
||||
export default function getContentTypeHeader(type) {
|
||||
return type === 'application/javascript' ? type + '; charset=utf-8' : type;
|
||||
}
|
||||
|
||||
module.exports = getContentTypeHeader;
|
||||
|
Reference in New Issue
Block a user