summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/router.ts2
1 files changed, 1 insertions, 1 deletions
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;
}
});