Force the browser to re load the page every 60 seconds ?

hi I’ve found a line of code that will do it - but I need advice on how to run it in Wix

thanks in advance

refresh the page EVERY 60 SECONDS…

$w.onReady( function () {

setInterval(() => (wixLocation.to(wixLocation.url), 60000) 

)
})

Thanks for the help but
I can’t get this to work

did you import wix-location ?

import wixLocation from ‘wix-location’;

Mike your a gentleman

Yes tried it with the import wixLocation from ‘wix-location’;

It seems to be reloading too quick - no matter what I set the timer 2