adding one more redirect

This commit is contained in:
import this
2024-11-04 18:17:15 +00:00
committed by GitHub
parent ecf926d713
commit 77a6003324
+8 -2
View File
@@ -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,
},