Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
add redirect for faq
  • Loading branch information
mirnawong1 authored Oct 9, 2023
1 parent 7017d0c commit 158b168
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"cleanUrls": true,
"trailingSlash": false,
"redirects": [

{
"source": "/faqs/Models/reference-models-in-another-project",
"destination": "/docs/collaborate/govern/project-dependencies",
"permanent": true
},
{
"source": "/docs/deploy/job-triggers",
"destination": "/docs/deploy/deploy-jobs",
Expand Down

0 comments on commit 158b168

Please sign in to comment.