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