diff --git a/js/script.js b/js/script.js index ba6e28a..ac6c94c 100644 --- a/js/script.js +++ b/js/script.js @@ -2,7 +2,7 @@ window.onload = function() { var w = window.innerWidth; if ((w < 1100)) { - window.location.href = "https://makes2023.uncommonhacks.com/"; + window.location.href = "https://makes2023.mobile.uncommonhacks.com/"; } // Scroll to the bottom of the page window.scrollTo(0, document.body.scrollHeight);