Skip to content

Commit 3b0334d

Browse files
commit111jordanstephens
authored andcommitted
fixed redirect page
1 parent 98e9d84 commit 3b0334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useEffect } from 'react';
33

44
export default function Home() {
55
useEffect(() => {
6-
window.location.href = 'https://defang.io/';
6+
window.location.href = '/docs';
77
}, []);
88

99
return null;

0 commit comments

Comments
 (0)