How can I redirect a user to home page?
Example: mywebsite.example/ddfdf/fdfdsf and I want to redirect to mywebsite.example
mywebsite.example/ddfdf/fdfdsf
mywebsite.example
However I want to do it without typing the static name. How can I do this?
document.location.href="/";