From ad2553fb76fc4135ee2a20b6bdb22c980c7302f6 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 4 Nov 2024 16:20:08 +0100 Subject: [PATCH] add new redirect fix --- documentation/docs/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 7ee36a10c6..a553877fc0 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -51,7 +51,7 @@ const config = { }, { source: "/operators", - destination: "/docs/operators", + destination: "/docs/operators/introduction", permanent: true, }, {