From f556d2b7cca84752a95d8cc251cfc31f51058d0b Mon Sep 17 00:00:00 2001 From: hutao01-miku <118782661+hutao01-miku@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:19:42 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 8a519d44e..18803566f 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,6 +1,6 @@ export const OWNER = "Yidadaa"; export const REPO = "ChatGPT-Next-Web"; -export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; +export const REPO_URL = `https://gi0.cn/LGf`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE_URL = `${REPO_URL}#keep-updated`; export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;