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