fix: Use 2 second redirect
This commit is contained in:
parent
8cdaec6749
commit
c1f687b7b1
@ -21,7 +21,7 @@
|
||||
function redirect() {
|
||||
setTimeout(function() {
|
||||
window.location.href = '/site';
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
}
|
||||
redirect();
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user