diff --git a/Website/src/hooks/useRepos.tsx b/Website/src/hooks/useRepos.tsx index 754cfec2..c9565cae 100644 --- a/Website/src/hooks/useRepos.tsx +++ b/Website/src/hooks/useRepos.tsx @@ -58,13 +58,23 @@ export const RepoProvider = (props: React.PropsWithChildren) => { website: "https://mmrl.dergoogler.com", support: "https://github.com/Googlers-Repo/gmr/issues", donate: "https://github.com/sponsors/DerGoogler", - submission: - "https://github.com/Googlers-Repo/gmr/issues/new?assignees=&labels=module&projects=&template=submission.yml&title=%5BModule%5D%3A+", + submission: "https://github.com/Googlers-Repo/gmr/issues/new?assignees=&labels=module&projects=&template=submission.yml&title=%5BModule%5D%3A+", base_url: "https://gr.dergoogler.com/gmr/", max_num: 3, enable_log: true, log_dir: "log", }, + { + name: "Magisk Modules Alt Repo", + website: null, + support: null, + donate: null, + submission: "https://github.com/Magisk-Modules-Alt-Repo/submission/issues/new?assignees=&labels=module&projects=&template=module-submission.yml&tit", + base_url: "https://magisk-modules-alt-repo.github.io/json-v2/", + max_num: 3, + enable_log: true, + log_dir: "log", + }, ]); const { settings, setSettings } = useSettings();