1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-04 06:13:17 +00:00
forgejo/web_src/js/publicpath.js

6 lines
285 B
JavaScript
Raw Normal View History

// This sets up webpack's chunk loading to load resources from the 'public'
// directory. This file must be imported before any lazy-loading is being attempted.
const url = new URL(document.currentScript.src);
__webpack_public_path__ = url.pathname.replace(/\/[^/]*?\/[^/]*?$/, '/');