diff --git a/website/vercel.json b/website/vercel.json index 4749a5a8701..a881dc0f097 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -2,6 +2,12 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ + { + "source": "/docs/core/installation", + "destination": "/docs/core/installation-overview", + "permanent": true + + }, { "source": "/docs/cloud/about-cloud-develop", "destination": "/docs/cloud/about-develop-dbt",