Update constant.ts

This commit is contained in:
mracat 2023-04-10 13:10:29 +08:00 committed by GitHub
parent fa94f9e87d
commit 559c497225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
export const OWNER = "Yidadaa";
export const OWNER = "mracat";
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`;