Skip to content

Commit

Permalink
vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaki-1052 committed Apr 1, 2024
1 parent d95932f commit f1f2f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"routes": [
{
"src": "/",
"dest": "/public/portal.html"
"dest": "/server.js"
},
{
"src": "/(.*)",
"dest": "/server.js"
"dest": "/public/portal.html"
}
],
"env": {
Expand Down

0 comments on commit f1f2f31

Please sign in to comment.