test the difference in config

This commit is contained in:
import this
2024-11-04 17:45:11 +00:00
committed by GitHub
parent 40d850e34a
commit 5d2b8713c3
+10 -5
View File
@@ -49,25 +49,30 @@ const config = {
// basePath: false,
// permanent: true,
// },
{
{
source: "/operators",
destination: "/operators/introduction", // test if
destination: "docs/operators/introduction", // test if
permanent: true,
basePath : false,
},
{
source: "/developers",
destination: "/docs/developers/index",
destination: "/developers/index", // testing difference
permanent: true,
basePath : false,
},
{
source: "/docs/architecture/nym-vs-others.html",
destination: "/network/architecture/nym-vs-others",
destination: "/docs/network/architecture/nym-vs-others", // testing difference
permanent: true,
basePath : false,
},
{
source: "/docs/architecture/traffic-flow.html",
destination: "/network/traffic",
destination: "/network/traffic", // testing difference
permanent: true,
basePath : false,
},
{
source: "/docs/architecture/addressing-system.html",