diff --git a/apps/client/src/index.html b/apps/client/src/index.html index 4bd8a775a..0ef0cf29d 100644 --- a/apps/client/src/index.html +++ b/apps/client/src/index.html @@ -35,7 +35,7 @@ } async function setupGlob() { - const response = await fetch("./bootstrap"); + const response = await fetch(`/bootstrap${window.location.search}`); const json = await response.json(); global = globalThis; /* fixes https://github.com/webpack/webpack/issues/10035 */