Skip to content

Commit 80ee1ab

Browse files
authored
Merge branch 'dev' into emu-with-a-q
2 parents 578593a + 1e44a8c commit 80ee1ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/convex
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)