parent
1326cd14c2
commit
5bd9c2d336
@ -1,6 +1,6 @@
|
||||
/*global __webpack_public_path__ */
|
||||
if (window._enableCDN && window.location.host == 'pre-newweb.educoder.net') {
|
||||
if ( window.location.host == 'pre-newweb.educoder.net') {
|
||||
__webpack_public_path__ = 'http://testali-cdn.educoder.net/react/build/'
|
||||
} else if (window._enableCDN && window.location.host == 'www.educoder.net') {
|
||||
} else if ( window.location.host == 'www.educoder.net') {
|
||||
__webpack_public_path__ = 'https://ali-newweb.educoder.net/react/build/'
|
||||
}
|
Loading…
Reference in new issue