Skip to content

Commit

Permalink
Adding redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Nov 13, 2024
1 parent 1f91e35 commit 90e8b6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/faqs/API/rotate-token",
"destination": "/docs/dbt-cloud-apis/service-tokens#service-token-update",
"permanent": true
},
{
"source": "/styles",
"destination": "https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/adding-page-components.md",
Expand Down

0 comments on commit 90e8b6c

Please sign in to comment.