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 0ad04f8 commit 6606529Copy full SHA for 6606529
website/src/pages/docs.js
@@ -0,0 +1,10 @@
1
+import React from 'react';
2
+import Head from '@docusaurus/Head';
3
+
4
+export default function DocsRedirect() {
5
+ return (
6
+ <Head>
7
+ <meta http-equiv="refresh" content="0;URL='/'" />
8
+ </Head>
9
+ );
10
+};
0 commit comments