Skip to content

Commit

Permalink
feat(bridge-ui-v2): fix vercel routing (#14522)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Aug 16, 2023
1 parent 5b74b1a commit 2ab5faf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/bridge-ui-v2/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}

1 comment on commit 2ab5faf

@vercel
Copy link

@vercel vercel bot commented on 2ab5faf Aug 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

bridge-ui-v2 – ./packages/bridge-ui-v2

bridge-ui-v2-taikoxyz.vercel.app
taiko-mono-bridge-ui-v2.vercel.app
bridge-ui-v2-git-main-taikoxyz.vercel.app

Please sign in to comment.