Skip to content

Commit

Permalink
add /go/apps redirect for app store
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed Sep 19, 2023
1 parent 58ca989 commit 72f1c58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
]
}
],
"redirects": [
{
"source": "/go/apps",
"destination": "/kb/troubleshooting#app-compatibility",
"permanent": true
}
],
"rewrites": [
{
"source": "/api/:match*",
Expand Down

0 comments on commit 72f1c58

Please sign in to comment.