Skip to content

Commit 0f274d9

Browse files
karan925tyaga001
authored andcommitted
Add redirect to documentation page
1 parent 7e045cf commit 0f274d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import React from "react";
2+
3+
export default function Home() {
4+
React.useEffect(() => {
5+
window.location.href = "https://docs.coderabbit.ai/";
6+
}, []);
7+
}

0 commit comments

Comments
 (0)