Skip to content

Commit

Permalink
Added proxy for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemoon committed Nov 29, 2023
1 parent 5e77bd3 commit 8d1a5d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/frontend-next/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/terms",
"destination": "/terms"
}
]
}
8 changes: 8 additions & 0 deletions apps/frontend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/terms",
"destination": "https://new.keadatabase.nz/pages/terms"
}
]
}

3 comments on commit 8d1a5d8

@vercel
Copy link

@vercel vercel bot commented on 8d1a5d8 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8d1a5d8 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8d1a5d8 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.