diff --git a/templates/publishing.html b/templates/publishing.html index 1649651..5e6c91d 100644 --- a/templates/publishing.html +++ b/templates/publishing.html @@ -21,7 +21,7 @@ function redirect() { setTimeout(function() { window.location.href = '/site'; - }, 5000); + }, 2000); } redirect();