Skip to content

Commit

Permalink
try updating vercel config (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0x3 committed Dec 21, 2024
1 parent 90250f1 commit 56b84ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/api/app.py"
"destination": "/api/$1"
},
{
"source": "/(.*)",
"destination": "/www/libx/dist/$1"
},
{
"source": "/(.*)",
"destination": "/api/app.py"
}
]
}

0 comments on commit 56b84ea

Please sign in to comment.