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 1588953 commit d02e3faCopy full SHA for d02e3fa
website/app/docs/page.tsx
@@ -11,7 +11,7 @@ export default function DocsRedirectPage() {
11
// Redirect to the new documentation after a short delay
12
const timer = setTimeout(() => {
13
router.push('/framework-docs/');
14
- }, 3000);
+ }, 500);
15
16
return () => clearTimeout(timer);
17
}, [router]);
@@ -26,7 +26,7 @@ export default function DocsRedirectPage() {
26
Our documentation has been upgraded to a comprehensive MkDocs site with 45+ wizard guides.
27
</p>
28
<p className="text-[var(--text-secondary)] mb-8">
29
- Redirecting you to the new documentation in 3 seconds...
+ Redirecting you to the new documentation...
30
31
</div>
32
0 commit comments