reduce redirect delay

This commit is contained in:
ed 2025-11-20 00:48:34 +09:00
parent 7a291403ca
commit f7e7b03f6f

View file

@ -43,7 +43,7 @@
<script>
setTimeout(function() {
location.replace("{{ redir }}");
}, 1000);
}, 600);
</script>
{%- endif %}
{%- if js %}