updated accepted extensions in edge.js
parent
20e21bd53d
commit
acebddb0f1
|
@ -71,6 +71,8 @@ exports.handler = (event, context, callback) => {
|
||||||
'.ttf': true,
|
'.ttf': true,
|
||||||
'.woff': true,
|
'.woff': true,
|
||||||
'.otf': true,
|
'.otf': true,
|
||||||
|
'.gz': true,
|
||||||
|
'.tar': true,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Remove index.html from path
|
// Remove index.html from path
|
||||||
|
|
Loading…
Reference in New Issue