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 e42d45a commit 67a46fdCopy full SHA for 67a46fd
web_src/js/bootstrap.js
@@ -7,7 +7,7 @@ window.$ = window.jQuery = $;
7
8
// This sets up the URL prefix used in webpack's chunk loading.
9
// This file must be imported before any lazy-loading is being attempted.
10
-__webpack_public_path__ = `${window.config?.assetUrlPrefix}/static/`;
+__webpack_public_path__ = `${window.config?.assetUrlPrefix ?? '/assets'}/static/`;
11
12
export function showGlobalErrorMessage(msg) {
13
const pageContent = document.querySelector('.page-content');
0 commit comments