forked from Gitlink/forgeplus-react
7 lines
472 B
JavaScript
7 lines
472 B
JavaScript
if (window.location.host == 'test-newweb.educoder.net') {
|
|
__webpack_public_path__ = 'https://testali-cdn.educoder.net/react/build/' // eslint-disable-line
|
|
} else if (window.location.host == 'www.educoder.net') {
|
|
__webpack_public_path__ = 'https://ali-cdn.educoder.net/react/build/' // eslint-disable-line
|
|
} else if (window.location.host == 'pre-newweb.educoder.net') {
|
|
__webpack_public_path__ = 'https://preali-cdn.educoder.net/react/build/' // eslint-disable-line
|
|
} |