diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 7391d2a4a0..3f73938ae3 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -54,6 +54,11 @@ const config = { destination: "/operators/introduction", permanent: true, }, + { + source: "/developers", + destination: "/developers/index", + permanent: true, + }, { source: "/docs/architecture/nym-vs-others.html", destination: "/network/architecture/nym-vs-others",