Authored by Targaryen

bug-fixed

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