We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7937f14 commit ce51c2bCopy full SHA for ce51c2b
web_src/js/publicPath.js
@@ -3,7 +3,7 @@
3
const { StaticUrlPrefix } = window.config;
4
5
if (StaticUrlPrefix) {
6
- __webpack_public_path__ = `${StaticUrlPrefix.endsWith('/') ? StaticUrlPrefix : `${StaticUrlPrefix}/`}js`;
+ __webpack_public_path__ = `${StaticUrlPrefix.endsWith('/') ? StaticUrlPrefix : `${StaticUrlPrefix}/`}js/`;
7
} else if (document.currentScript && document.currentScript.src) {
8
const url = new URL(document.currentScript.src);
9
__webpack_public_path__ = `${url.pathname.replace(/\/[^/]*$/, '')}/`;
0 commit comments