Skip to content

Commit 5af683f

Browse files
committed
updated the 2 second redirect timer to 1 second
Signed-off-by: amaan287 <[email protected]>
1 parent 21ca38f commit 5af683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/NotFound/Content/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Index() {
88
useEffect(() => {
99
const timer = setTimeout(() => {
1010
window.location.href = "/docs/";
11-
}, 2000);
11+
}, 1000);
1212

1313

1414
return () => clearTimeout(timer);

0 commit comments

Comments
 (0)