diff --git a/bundle/main.js b/bundle/main.js index 5e8effd9e..b3ef1f499 100755 --- a/bundle/main.js +++ b/bundle/main.js @@ -56637,7 +56637,7 @@ Please use another name.` : formatMuiErrorMessage(18)); var POLL_TIME = 5e3; var SAVE_TIME = 5e3; async function loadConfig() { - const configPath = new URL("./config.json", window.origin); + const configPath = new URL("./config.json", window.location.href); const configReq = await fetch(configPath); if (configReq.status === STATUS_SUCCESS) { return configReq.json();