From 8499e4b2f62450f1411322a931150f42ea349939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Wed, 31 Jul 2024 13:31:09 -0300 Subject: [PATCH] Add missing deployment overview redirect Failed to add this in https://github.com/Flagsmith/flagsmith/commit/fd989d3af2bd6a73227abcd92ead6bdc43b0da14#diff-8ff557997d89dde94881c0dbda2f41b19e3be5501fe5fa86aef781faf909bc02 --- docs/vercel.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/vercel.json b/docs/vercel.json index b935bddc0a1f..363315994d92 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -34,7 +34,7 @@ }, { "source": "/deployment-overview/", - "destination": "/deployment/overview" + "destination": "/deployment" }, { "source": "/hosted-service/", @@ -323,6 +323,10 @@ { "source": "/basic-features/integrations", "destination": "/integrations" + }, + { + "source": "/deployment/overview", + "destination": "/deployment" } ] }