Skip to content

Commit

Permalink
fix: try vercel conf
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 3a8cbf2 commit 309db21
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
{
"source": "/__debug_proxy/:path*",
"destination": "/__debug_proxy.html"
}
],
"routes": [
},
{
"src": "/[^.]+",
"dest": "/",
"status": 200
"source": "/(.*)",
"destination": "/index.html"
}
]
}

0 comments on commit 309db21

Please sign in to comment.