Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated vercel json to support static assets
  • Loading branch information
GauravWalia19 committed Oct 14, 2023
commit 2a31b58eec04ffa93a9f2ded4ac872471cac5849
5 changes: 4 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"github": {
"enabled": false
},
"rewrites": [{ "source": "/api/(.*)", "destination": "/api/app.js" }],
"rewrites": [
{ "source": "/api/(.*)", "destination": "/api/app.js" },
{ "source": "/", "destination": "/docs"}
],
"outputDirectory": "./api"
}