From d4ace15b15e009687fe4954b9638c602b5c35cbb Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 29 Nov 2023 12:51:41 -0500 Subject: [PATCH] adding core redirect --- website/vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",