From 5a36aab8f06279cb05f6992e79b11af4ed88e785 Mon Sep 17 00:00:00 2001 From: keminu Date: Tue, 11 Apr 2023 15:44:19 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 6f08ad756..6a97432dd 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,7 +1,7 @@ -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 OWNER = ""; +export const REPO = ""; +export const REPO_URL = `https://github.com/`; +export const ISSUE_URL = `https://github.com/`; export const UPDATE_URL = `${REPO_URL}#keep-updated`; export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`; export const FETCH_TAG_URL = `https://api.github.com/repos/${OWNER}/${REPO}/tags?per_page=1`;