if(window.location.pathname != '/') {
    setTimeout(() => {
        window.location = "yönlenecek sayfa";
    }, 60000);
}