How can I change the current URL?

document.location.href = newUrl;

https://developer.mozilla.org/en-US/docs/Web/API/document.location

Leave a Comment