We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686b9e8 commit c205a52Copy full SHA for c205a52
src/pages/index.js
@@ -4,5 +4,4 @@ import Layout from '@theme/Layout';
4
import { Redirect } from 'react-router-dom';
5
6
export default function Home() {
7
- return <Redirect to='/CoreDAO-Docs/docs/intro' />;
8
-}
+ return <Redirect to='/docs/intro' />;
0 commit comments