Skip to content

Commit

Permalink
chore: test rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 2, 2024
1 parent 34b6d6a commit 8e08d42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"ignoreCommand": "yarn dlx turbo-ignore"
"ignoreCommand": "yarn dlx turbo-ignore",
"rewrites": [
{ "source": "/turborepo/", "destination": "https://tools.hyperse.net/" },
{
"source": "/turborepo/:match*",
"destination": "https://tools.hyperse.net/:match*"
}
]
}

0 comments on commit 8e08d42

Please sign in to comment.