fix: Redirect too fast
This commit is contained in:
parent
4ccd401a94
commit
986f14f8e8
@ -21,7 +21,7 @@
|
||||
function redirect() {
|
||||
setTimeout(function() {
|
||||
window.location.href = '/site';
|
||||
}, 2000);
|
||||
}, 4000);
|
||||
}
|
||||
redirect();
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user