From 40d850e34a10f2d638c62f3e80ec2c0d576aaa99 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 4 Nov 2024 17:50:49 +0100 Subject: [PATCH] tweak --- documentation/docs/next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, {