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 f79a2e1 commit 313ace9Copy full SHA for 313ace9
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}/`;
+ __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