site/vercel.json
Lachlan Campbell 7a40b360b2 Add Slack page (#19)
* Fix Flag animation

* Make cards translucent

* Add Slack page

* Update link on Ship page
2020-05-24 12:57:12 -04:00

16 lines
303 B
JSON

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