Skip to content

Commit

Permalink
same as before
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshau committed Nov 11, 2024
1 parent e1614e1 commit 48aaf29
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/app/vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"routes": [
"rewrites": [
{
"src": "/(.*)",
"dest": "/index.html"
"source": "/",
"destination": "/"
},
{
"source": "/about",
"destination": "/about"
},
{
"source": "/(.*)",
"destination": "https://proof-of-twitter-vert.vercel.app/$1"
}
]
}

0 comments on commit 48aaf29

Please sign in to comment.