navigate to url

This commit is contained in:
jjanzen 2025-02-10 17:31:39 -06:00
parent 2749a3aa44
commit 3eb9d53772

View file

@ -11,6 +11,8 @@ function load_random_site() {
const entry = entries[Math.floor(Math.random() * entries.length)];
console.log(entry);
window.location.href = entry.url;
});
}