We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a66f4 commit b946475Copy full SHA for b946475
website/home/app/overview/page.tsx
@@ -0,0 +1,5 @@
1
+import { redirect } from "next/navigation";
2
+
3
+export default function OverviewPage() {
4
+ redirect("/docs");
5
+}
0 commit comments