From 612cc16fc268cf0ee32d615ff65df4a94e77c166 Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Wed, 29 Oct 2025 11:40:51 +0100 Subject: [PATCH] feat: add redirect for iapp to privacy-iapp in get-started overview --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index d750b118..2dd06bbb 100644 --- a/vercel.json +++ b/vercel.json @@ -64,6 +64,11 @@ "source": "/help/:path*", "destination": "/", "permanent": true + }, + { + "source": "/get-started/overview/iapp", + "destination": "/get-started/overview/privacy-iapp", + "permanent": true } ] }