Skip to content

Commit

Permalink
redirect to app.eclipse.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
hkey0 committed Nov 8, 2024
1 parent 8a78d1e commit c822386
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"redirects": [
{
"source": "/",
"has": [
{
"type": "host",
"value": "bridge.eclipse.xyz"
}
],
"destination": "https://app.eclipse.xyz/bridge",
"permanent": true
}
]
}

0 comments on commit c822386

Please sign in to comment.