Skip to content

Commit

Permalink
docs: Add missing deployment overview redirect (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Jul 31, 2024
1 parent 40bdd54 commit 4da9069
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"source": "/deployment-overview/",
"destination": "/deployment/overview"
"destination": "/deployment"
},
{
"source": "/hosted-service/",
Expand Down Expand Up @@ -323,6 +323,10 @@
{
"source": "/basic-features/integrations",
"destination": "/integrations"
},
{
"source": "/deployment/overview",
"destination": "/deployment"
}
]
}

0 comments on commit 4da9069

Please sign in to comment.