Skip to content

Commit

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

0 comments on commit f46a153

Please sign in to comment.