rename vic-app to vic-user

This commit is contained in:
luk.lu
2021-09-22 11:35:42 +08:00
parent 8f394d8cfb
commit 0ed435d81e
5 changed files with 11 additions and 11 deletions

View File

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