From b1c3b1991557b9b8ee08abb1cb902ef7130512cf Mon Sep 17 00:00:00 2001 From: afred Date: Wed, 11 Dec 2024 09:50:21 +0800 Subject: [PATCH] change url --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index d7bcb5d4c..996a77ea8 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "ChatGPTNextWeb"; +export const OWNER = "afrezhou"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const PLUGINS_REPO_URL = `https://github.com/${OWNER}/NextChat-Awesome-Plugins`;