diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 0e2394914d..68178b6a7a 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -51,12 +51,12 @@ const config = { // }, { source: "/operators", - destination: "/operators/introduction", + destination: "/operators/introduction", // test if permanent: true, }, { source: "/developers", - destination: "/developers/index", + destination: "/docs/developers/index", permanent: true, }, {