mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-26 16:39:51 +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;
|
|
}
|