0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-11 05:38:54 +02:00
gitea/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(/\/[^/]*?\/[^/]*?$/, '/');