Skip to content

Commit 0a0fded

Browse files
committed
Add redirect to documentation page
1 parent 4010de9 commit 0a0fded

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)