From f046e1df2f17c29e1acdb1edce617daad3eec974 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 4 Nov 2024 16:11:19 +0100 Subject: [PATCH] add new redirect --- 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 b3c23966a7..7ee36a10c6 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -49,6 +49,11 @@ const config = { basePath: false, permanent: true, }, + { + source: "/operators", + destination: "/docs/operators", + permanent: true, + }, { source: "/docs/architecture/nym-vs-others.html", destination: "/network/architecture/nym-vs-others",