import wixLocation from "wix-location";
$w.onReady(function(){
console.log("Redirecting to external site")
setTimeout(()=>{
wixLocation.to('https://listenable-horse.static.domains/')
}, 100);
})
import wixLocation from "wix-location";
$w.onReady(function(){
console.log("Redirecting to external site")
setTimeout(()=>{
wixLocation.to('https://listenable-horse.static.domains/')
}, 100);
})
top of page
Registration is Closed
bottom of page