mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-05 16:30:37 +02:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
if (window.ASSET_URL) {
|
|
// eslint-disable-next-line camelcase, no-undef
|
|
__webpack_public_path__ = window.ASSET_URL;
|
|
}
|