chore: deprecate domain
Some checks failed
Check / check (push) Has been cancelled

This commit is contained in:
ThaUnknown 2025-10-14 22:06:52 +02:00
parent 43d5bc5224
commit 8d71c5bff3
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.157",
"version": "6.4.158",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",

View file

@ -57,7 +57,7 @@ export class W2GClient extends EventEmitter<{index: [number], player: [PlayerSta
peers = writable<PeerList>({ [this.self.id]: { user: this.self } })
get inviteLink () {
return `https://hayas.ee/w2g/${this.code}`
return `https://hayase.watch/w2g/${this.code}`
}
constructor (code: string, isHost: boolean, media?: MediaState) {

View file

@ -42,7 +42,7 @@
native.share({
title: `Watch on Hayase - ${media.title?.romaji ?? ''}`,
text: desc(media),
url: `https://hayas.ee/anime/${media.id}`
url: `https://hayase.watch/anime/${media.id}`
})
}