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 ed6b3a4 commit 7fd7b4b
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
{
"version": 2,
"routes": [
{
"src": "/public/(.*)",
"dest": "/public/$1"
},
{
"src": "/securedata",
"dest": "/securedata"
},
"builds": [
{
"src": "/stext",
"dest": "/stext"
},
{
"src": "/getData",
"dest": "/getData"
},
"src": "./app.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
Expand Down

0 comments on commit 7fd7b4b

Please sign in to comment.