Skip to content

Commit

Permalink
chore: add redirects for the privacy polcy page
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Oct 10, 2023
1 parent ab3f55b commit 14a74ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/hooks/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,5 +650,14 @@
{
"link": "/careers",
"redirect": "https://careers.appwrite.io/"
},
{
"link": "/policy/terms",
"redirect": "/terms"
},
{
"link": "/policy/privacy",
"redirect": "/privacy"
}

]

0 comments on commit 14a74ed

Please sign in to comment.