From 527bd459309138145a2dde1146154f34efb4e7fb Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 4 Nov 2024 17:32:33 +0100 Subject: [PATCH] new tweaks --- documentation/docs/next.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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",