forked from jasder/forgeplus
6 lines
305 B
JavaScript
6 lines
305 B
JavaScript
/*global __webpack_public_path__ */
|
|
if ( window.location.host == 'pre-newweb.educoder.net') {
|
|
__webpack_public_path__ = 'https://testali-cdn.educoder.net/react/build/'
|
|
} else if ( window.location.host == 'www.educoder.net') {
|
|
__webpack_public_path__ = 'https://ali-cdn.educoder.net/react/build/'
|
|
} |