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 70efd72 commit 5fefd47
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"rewrites": [
"routes": [
{
"source": "/",
"destination": "/public/portal.html"
"src": "/",
"dest": "/public/portal.html"
},
{
"src": "/(.*)",
"dest": "/public/portal.html"
}
],
"env": {
Expand Down

0 comments on commit 5fefd47

Please sign in to comment.