updated accepted extensions in edge.js

pull/1446/head
Scott Anderson 2020-09-14 12:26:53 -06:00
parent 20e21bd53d
commit acebddb0f1
1 changed files with 2 additions and 0 deletions

View File

@ -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