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 27fc0ec commit 5932bd3Copy full SHA for 5932bd3
src/pages/index.js
@@ -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