diff --git a/app/constant.ts b/app/constant.ts index 25c8d98eae3..1157d826eaf 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,8 +1,8 @@ -export const OWNER = "ChatGPTNextWeb"; -export const REPO = "ChatGPT-Next-Web"; -export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; +export const OWNER = ""; +export const REPO = ""; +export const REPO_URL = `https://github.com/`; export const PLUGINS_REPO_URL = `https://github.com/${OWNER}/NextChat-Awesome-Plugins`; -export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; +export const ISSUE_URL = `https://github.com/`; export const UPDATE_URL = `${REPO_URL}#keep-updated`; export const RELEASE_URL = `${REPO_URL}/releases`; export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;