Skip to content

Commit

Permalink
ci: update rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 1, 2024
1 parent 6cec680 commit fa4643a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
"source": "/:path((?!testnet/pontusx/).*)",
"destination": "/testnet/pontusx/:path*"
}
]
}

0 comments on commit fa4643a

Please sign in to comment.