Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Mar 1, 2021
1 parent fd4b453 commit 063f2a2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions vercel.json
Expand Up @@ -3,17 +3,12 @@
{
"src": "*.js",
"use": "@vercel/node"
},
{
"src": "public/assets/images/*",
"use": "@vercel/static"
}
],
"routes": [
"rewrites": [
{
"src": "/(.*)",
"dest": "/app.js",
"methods": ["GET"]
"source": "/(.*)",
"destination": "/app.js"
}
]
}

1 comment on commit 063f2a2

@vercel
Copy link

@vercel vercel bot commented on 063f2a2 Mar 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.