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",