diff --git a/src/containers/applications/apps/store.jsx b/src/containers/applications/apps/store.jsx index 7dfca35b2..fafc28fe3 100644 --- a/src/containers/applications/apps/store.jsx +++ b/src/containers/applications/apps/store.jsx @@ -115,7 +115,7 @@ export const MicroStore = () => { useEffect(() => { if (!wnapp.hide && fetchState == 0) { var url = queryParams.get("customstore"); - if (!url) url = "https://store.win11react.com/store/index.json"; + if (!url) url = "https://raw.githubusercontent.com/win11react/store/main/store/index.json"; axios .get(url)