Skip to content

Commit

Permalink
adding core redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Nov 29, 2023
1 parent 61d7b0b commit d4ace15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4ace15

Please sign in to comment.