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:
@@ -120,10 +120,6 @@ module.exports = {
|
||||
from: '/docs/features/search/search-overview',
|
||||
to: '/docs/features/search/',
|
||||
},
|
||||
{
|
||||
from: '/getting-involved',
|
||||
to: '/docs/getting-started/getting-involved',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Redirect } from "@docusaurus/router"
|
||||
|
||||
export default () => {
|
||||
return <Redirect to="/docs/getting-started/getting-involved" />
|
||||
}
|
||||
Reference in New Issue
Block a user