diff --git a/docs/index.jsx b/docs/index.jsx new file mode 100644 index 0000000..66617d5 --- /dev/null +++ b/docs/index.jsx @@ -0,0 +1,6 @@ +import React from 'react'; +import {Redirect} from '@docusaurus/router'; + +export default function Home() { + return ; +} diff --git a/docs/index.mdx b/docs/index.mdx index e477858..9aba68e 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,12 +1,10 @@ --- title: +hide_title: true slug: / --- -import {Redirect} from '@docusaurus/router'; - -function Home() { - return ; -} +import Home from './index'; +# Redirecting... \ No newline at end of file