Authored by Targaryen

bug-fixed

... ... @@ -142,7 +142,7 @@ const file = {
let config = CDNCONFIG.main;
if (cover) {
_.assign(CDNCONFIG.main, {
_.assign(config, {
key: filePath
});
}
... ...