This commit is contained in:
Joseph Garrone
2024-04-10 03:19:46 +02:00
parent 6991d868be
commit 6a7b472c0e

View File

@ -40,5 +40,5 @@ export const BASE_URL = (() => {
return BASE_URL === "" ? "/" : `${BASE_URL}/`;
}
throw new Error("Bundler not supported");
return "/";
})();