Skip to content

Commit

Permalink
Fixing redirect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Dec 5, 2024
1 parent f042cda commit 56f1ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"permanent": true
},
{
"source": "docs/dbt-versions/versionless-cloud",
"destination": "docs/dbt-versions/cloud-release-tracks",
"source": "/docs/dbt-versions/versionless-cloud",
"destination": "/docs/dbt-versions/cloud-release-tracks",
"permanent": true
},
{
Expand Down

0 comments on commit 56f1ae8

Please sign in to comment.