Skip to content

Commit

Permalink
test vercel rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandedotcom committed Oct 10, 2024
1 parent 622168f commit 559a7a2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions apps/web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"rewrites": [
{
"source": "/:locale*/demo/:path*",
"destination": "https://dashboard-j5p5jy31k-sayande2002s-projects.vercel.app/:path*"
"source": "/:locale*/demo1/:match*",
"destination": "https://dashboard.refhired.com/:match*"
},
{
"source": "/:locale*/demo2/",
"destination": "../dashboard"
},
{
"source": "/:locale*/demo3/",
"destination": "https://dashboard.refhired.com/"
},
{
"source": "/:locale*/demo4/:path(.*)",
"destination": "https://dashboard.refhired.com/:path"
}
]
}

0 comments on commit 559a7a2

Please sign in to comment.