Skip to content

Commit 5932bd3

Browse files
committed
fix: redirect to /docs from home
1 parent 27fc0ec commit 5932bd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import React from 'react';
2+
import {Redirect} from '@docusaurus/router';
3+
4+
export default function Home() {
5+
return <Redirect to="/docs" />;
6+
};

0 commit comments

Comments
 (0)