// Redirect to work page if no href is defined if (!new URLSearchParams(window.location.search).has("href")) { new VV().navigate("/work"); }