Skip to content

Commit

Permalink
fix: try fix vercel config
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 2, 2024
1 parent 6bada5e commit 968dea9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
{ "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }] }
{
"routes": [
{
"src": "/__debug_proxy",
"dest": "/__debug_proxy.html",
"status": 200
},
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}

0 comments on commit 968dea9

Please sign in to comment.