Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Dec 20, 2024
1 parent 28c238e commit ea086a3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
"trailingSlash": false,
"redirects": [
{
"source": "/guides/codespace",
"destination": "/guides/duckdb",
"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",
"permanent": true
},
{
"source": "/guides/codespace-qs?step=1",
"destination": "/guides/duckdb-qs?step=1",
"source": "/guides/codespace",
"destination": "/guides/duckdb",
"permanent": true
},
{
Expand Down

0 comments on commit ea086a3

Please sign in to comment.