Skip to content

Commit

Permalink
for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
yogendradevil committed Sep 29, 2023
1 parent 056b9a2 commit ed6b3a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
},
{
"src": "/securedata",
"dest": "/securedata.html"
"dest": "/securedata"
},
{
"src": "/stext",
"dest": "/stext.html"
"dest": "/stext"
},
{
"src": "/getData",
"dest": "/getData.html"
"dest": "/getData"
},
{
"src": "/(.*)",
"dest": "/index.html"
"dest": "/"
}
]
}
Expand Down

0 comments on commit ed6b3a4

Please sign in to comment.