chore: redirect needs to be done like this as it's top level

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-15 13:57:24 +01:00
parent c1fde59e5a
commit 7ff9fb642f
2 changed files with 6 additions and 4 deletions
@@ -0,0 +1,6 @@
import React from 'react';
import { Redirect } from "@docusaurus/router"
export default () => {
return <Redirect to="/docs/getting-started/getting-involved" />
}