rename app.vic.yuanjin.net to vic-app.bittic.org

This commit is contained in:
Luk Lu
2021-09-11 14:46:08 +08:00
parent 83c373bcfc
commit e844fd5903
7 changed files with 53 additions and 20 deletions

View File

@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
if (isLocalhost) {
return `${window.location.origin}${postfix}`
}
return `https://app.vic.yuanjin.net/#${postfix}`;
return `https://vic-app.bittic.org/#${postfix}`;
}