Skip to content

Commit

Permalink
Fix vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Jun 29, 2024
1 parent 2f6df3e commit dfd86a5
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,25 @@
"installCommand": "yarn install --network-concurrency 2",
"buildCommand": "yarn build",
"outputDirectory": "packages/app/build",
"projects": [
"headers": [
{
"path": "packages/app",
"source": "/actions.json",
"headers": [
{
"source": "/actions.json",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET,POST,PUT,OPTIONS"
},
{
"key": "Access-Control-Allow-Headers",
"value": "Content-Type, Authorization, Content-Encoding, Accept-Encoding"
},
{
"key": "Content-Type",
"value": "application/json"
}
]
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET,POST,PUT,OPTIONS"
},
{
"key": "Access-Control-Allow-Headers",
"value": "Content-Type, Authorization, Content-Encoding, Accept-Encoding"
},
{
"key": "Content-Type",
"value": "application/json"
}
]
}
Expand Down

0 comments on commit dfd86a5

Please sign in to comment.