update homepage link
This commit is contained in:
3
.devcontainer/devcontainer.json
Normal file
3
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"postCreateCommand": ""
|
||||||
|
}
|
||||||
@@ -868,7 +868,7 @@ class SongSelect{
|
|||||||
} else if (currentSong.action === "homepage") {
|
} else if (currentSong.action === "homepage") {
|
||||||
this.playSound("se_don");
|
this.playSound("se_don");
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = "http://45.32.33.98/";
|
window.location.href = "https://homepage-zeta-two.vercel.app/";
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user