Skip to content

Commit

Permalink
Merge pull request #42 from skip-mev/staging
Browse files Browse the repository at this point in the history
fix: add redirect to observatory
  • Loading branch information
Zygimantass authored Oct 9, 2024
2 parents 11206a9 + fa5cb72 commit d39b3c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"redirects": [
{
"source": "/(.*)",
"destination": "https://observatory.zone/dydx/mev/blocks",
"permanent": true
},
{
"source": "/",
"destination": "https://observatory.zone/dydx/mev/blocks",
"permanent": true
}
]
}

0 comments on commit d39b3c7

Please sign in to comment.