Update constant.ts

use new url
This commit is contained in:
robinlovoy
2023-04-25 07:18:55 +00:00
committed by GitHub
parent 6b36b255ef
commit 4765d96d19

View File

@@ -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`;