diff --git a/src/client/router.ts b/src/client/router.ts
index 8c4e762d31..437f88219c 100644
--- a/src/client/router.ts
+++ b/src/client/router.ts
@@ -60,7 +60,7 @@ export const router = new VueRouter({
 			} else {
 				window.scroll({ top: 0, behavior: 'instant' });
 			}
-		}, 1000);
+		}, 600);
 		return;
 	}
 });