Skip to content

Commit 67a46fd

Browse files
authored
Update web_src/js/bootstrap.js
1 parent e42d45a commit 67a46fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ window.$ = window.jQuery = $;
77

88
// This sets up the URL prefix used in webpack's chunk loading.
99
// This file must be imported before any lazy-loading is being attempted.
10-
__webpack_public_path__ = `${window.config?.assetUrlPrefix}/static/`;
10+
__webpack_public_path__ = `${window.config?.assetUrlPrefix ?? '/assets'}/static/`;
1111

1212
export function showGlobalErrorMessage(msg) {
1313
const pageContent = document.querySelector('.page-content');

0 commit comments

Comments
 (0)