From 5d2b8713c3a9e4ddc1e43bf3e2f0fd47c5cf505f Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:45:11 +0000 Subject: [PATCH] test the difference in config --- documentation/docs/next.config.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 68178b6a7a..c2d7135306 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -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",