From 4d33cd987a4d1278797b7346ccd4354db66de556 Mon Sep 17 00:00:00 2001 From: Qingyun Yixi <1422756921@qq.com> Date: Fri, 13 Dec 2024 10:17:02 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 8c8e363a3..7449c20ce 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,7 +1,6 @@ export const OWNER = "Yidadaa"; export const REPO = "ChatGPT-Next-Web"; -export const BLOG_URL = `https://blog.aerr.cn`; -export const FAKA_URL = `http://fk.ikun.bf`; + 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`;