mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 18:27:22 +00:00
6 lines
264 B
JavaScript
6 lines
264 B
JavaScript
![]() |
// Retrieve URLs.
|
||
|
const remoteURL = process.env.REMOTE_URL || 'http://localhost:1337/admin';
|
||
|
const devURL = document.getElementsByTagName('body')[0].getAttribute('front');
|
||
|
|
||
|
__webpack_public_path__ = `${(devURL || remoteURL).replace(window.location.origin, '')}/`;
|