From 4765d96d19884b784f9b865cb168ac1cfd846fe9 Mon Sep 17 00:00:00 2001 From: robinlovoy Date: Tue, 25 Apr 2023 07:18:55 +0000 Subject: [PATCH] Update constant.ts use new url --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 43ae4cc68..9ded5714b 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "Yidadaa"; +export const OWNER = "robinlovoy"; 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`;