Skip to content

Commit c205a52

Browse files
Update re-route url
1 parent 686b9e8 commit c205a52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ import Layout from '@theme/Layout';
44
import { Redirect } from 'react-router-dom';
55

66
export default function Home() {
7-
return <Redirect to='/CoreDAO-Docs/docs/intro' />;
8-
}
7+
return <Redirect to='/docs/intro' />;

0 commit comments

Comments
 (0)