site/vercel.json
2020-06-18 13:06:04 +00:00

12 lines
244 B
JSON

{
"github": { "silent": true },
"env": {
"SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf"
},
"headers": [
{
"source": "/api/(.+)",
"headers": [{ "key": "Access-Control-Allow-Origin", "value": "*" }]
}
]
}