diff --git a/astro/public/scripts/sound.js b/astro/public/scripts/sound.js index 792e467..914563c 100644 --- a/astro/public/scripts/sound.js +++ b/astro/public/scripts/sound.js @@ -80,7 +80,7 @@ phonewave.addEventListener("click", () => { setTimeout(() => { startLeapSound.play(); setTimeout(() => { - window.location.replace("https://applianceri.ng/next?host=nelle.observer"); + window.location.href = "https://applianceri.ng/next?host=nelle.observer"; return; }, 8000); return;