update homepage link

This commit is contained in:
yuukiwww 2024-04-28 06:50:35 +00:00
parent 48d07376e5
commit 345466f943
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
{
"postCreateCommand": ""
}

View File

@ -868,7 +868,7 @@ class SongSelect{
} else if (currentSong.action === "homepage") {
this.playSound("se_don");
setTimeout(() => {
window.location.href = "http://45.32.33.98/";
window.location.href = "https://homepage-zeta-two.vercel.app/";
}, 100);
}
}