Merge pull request #454 from PHIDIAS0303/patch-1

GroupViewPage.tsx double static
This commit is contained in:
Cooldude2606
2026-09-04 17:24:36 +01:00
committed by GitHub
+1 -1
View File
@@ -64,7 +64,7 @@ export default function GroupViewPage() {
const assetName = defaultModPack.exportManifest.assets.defines;
(async () => {
const response = await fetch(`${staticRoot}static/${assetName}`);
const response = await fetch(`${staticRoot}${assetName}`);
const json = await response.json();
setDefinesJson(json.input_action ?? {});
})().catch(notifyErrorHandler("Failed to load permissions"));