mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
6 lines
225 B
JavaScript
6 lines
225 B
JavaScript
|
import getMeta from './meta'
|
||
|
|
||
|
// Configure dynamically loaded assets (via webpack) to be downloaded from CDN
|
||
|
// See: https://webpack.js.org/guides/public-path/#on-the-fly
|
||
|
__webpack_public_path__ = getMeta('ol-baseAssetPath')
|