From 72f1c5881f7c4b7da00cc22305c458a63c71a7d5 Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Tue, 19 Sep 2023 11:51:55 +0100 Subject: [PATCH] add /go/apps redirect for app store --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vercel.json b/vercel.json index f502846..f99e518 100644 --- a/vercel.json +++ b/vercel.json @@ -15,6 +15,13 @@ ] } ], + "redirects": [ + { + "source": "/go/apps", + "destination": "/kb/troubleshooting#app-compatibility", + "permanent": true + } + ], "rewrites": [ { "source": "/api/:match*",