diff --git a/apps/client/src/index.ts b/apps/client/src/index.ts index c42ac5d3e..fba6e17d7 100644 --- a/apps/client/src/index.ts +++ b/apps/client/src/index.ts @@ -30,7 +30,7 @@ async function initJQuery() { } async function setupGlob() { - const response = await fetch(`/bootstrap${window.location.search}`); + const response = await fetch(`./bootstrap${window.location.search}`); const json = await response.json(); window.global = globalThis; /* fixes https://github.com/webpack/webpack/issues/10035 */