adding one more redirect
This commit is contained in:
@@ -49,16 +49,22 @@ const config = {
|
||||
// basePath: false,
|
||||
// permanent: true,
|
||||
// },
|
||||
{
|
||||
{
|
||||
source: "/operators",
|
||||
destination: "docs/operators/introduction",
|
||||
permanent: true,
|
||||
basePath : false,
|
||||
},
|
||||
{
|
||||
source: "/docs/operators",
|
||||
destination: "docs/operators/introduction",
|
||||
permanent: true,
|
||||
basePath : false,
|
||||
},
|
||||
|
||||
{
|
||||
source: "/developers",
|
||||
destination: "/docs/developers/index",
|
||||
destination: "/docs/developers",
|
||||
permanent: true,
|
||||
basePath : false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user