Skip to content

Commit

Permalink
fix: add vercel default build folder (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Mar 28, 2023
1 parent ae62846 commit debc8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"github": {
"silent": true
},
"outputDirectory": "api/pages",
"rewrites": [{"source": "/api/(.*)", "destination": "/api"}],
"headers": [
{
Expand Down

0 comments on commit debc8bf

Please sign in to comment.