From 2ce5da0ec29bd39e9a11221f1fafb048ad778575 Mon Sep 17 00:00:00 2001 From: Qingyun Yixi <1422756921@qq.com> Date: Fri, 13 Dec 2024 10:48:17 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 7449c20ce..0d37a420b 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,6 +1,5 @@ export const OWNER = "Yidadaa"; export const REPO = "ChatGPT-Next-Web"; - export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE_URL = `${REPO_URL}#keep-updated`;