Skip to content

Commit

Permalink
Added redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann committed Oct 14, 2024
1 parent 9dcbb36 commit aa25afd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/guides/codespace?step=4",
"destination": "/guides/duckdb?step=3",
"permanent": true
},
{
"source": "/guides/codespace?step=3",
"destination": "/guides/duckdb?step=2",
"permanent": true
},
{
"source": "/guides/codespace?step=2",
"destination": "/guides/duckdb?step=1",
"permanent": true
},
{
"source": "/guides/codespace?step=1",
"destination": "/guides/duckdb?step=1",
"permanent": true
},
{
"source": "/docs/dbt-cloud-apis/sl-manifest",
"destination": "/reference/artifacts/sl-manifest",
Expand Down

0 comments on commit aa25afd

Please sign in to comment.