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 } ] }