From 4b4772547630dcfebd77ba92995c2c60549fff9c Mon Sep 17 00:00:00 2001 From: john-rock Date: Thu, 14 Mar 2024 11:14:44 -0400 Subject: [PATCH] update redirect --- website/docs/about_dbt_labs.md | 2 +- website/vercel.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/website/docs/about_dbt_labs.md b/website/docs/about_dbt_labs.md index af50bce4..ce04726d 100644 --- a/website/docs/about_dbt_labs.md +++ b/website/docs/about_dbt_labs.md @@ -2,7 +2,7 @@ id: about_dbt_labs title: The dbt Labs Employee Handbook sidebar_label: About dbt Labs -slug: / +slug: /about_dbt_labs --- | Maintained by | diff --git a/website/vercel.json b/website/vercel.json index 8758be27..8452b76a 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -2,7 +2,12 @@ "redirects": [ { "source": "/", - "destination": "/docs", + "destination": "/docs/about_dbt_labs", + "permanent": true + }, + { + "source": "/docs", + "destination": "/docs/about_dbt_labs", "permanent": true } ]