Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoGuang2000 committed Oct 22, 2023
1 parent f3ef9dd commit 0e5228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const OWNER = "Yidadaa";
export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const REPO_URL = `https://github.com/YaoGuang2000`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
export const UPDATE_URL = `${REPO_URL}#keep-updated`;
export const RELEASE_URL = `${REPO_URL}/releases`;
Expand Down

0 comments on commit 0e5228b

Please sign in to comment.