diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..a30e3af --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "postCreateCommand": "" +} diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 6072be4..463e77b 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -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); } }