We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca38f commit 5af683fCopy full SHA for 5af683f
src/theme/NotFound/Content/index.js
@@ -8,7 +8,7 @@ export default function Index() {
8
useEffect(() => {
9
const timer = setTimeout(() => {
10
window.location.href = "/docs/";
11
- }, 2000);
+ }, 1000);
12
13
14
return () => clearTimeout(timer);
0 commit comments