We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 578593a + 1e44a8c commit 80ee1abCopy full SHA for 80ee1ab
1 file changed
apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/convex/page.tsx
@@ -0,0 +1,5 @@
1
+import { redirect } from "next/navigation";
2
+
3
+export default function Page() {
4
+ redirect("https://docs.stack-auth.com/docs/others/convex");
5
+}
0 commit comments