site/vercel.json
2020-06-30 21:02:11 +00:00

22 lines
519 B
JSON

{
"github": { "silent": true },
"env": {
"SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf"
},
"rewrites": [
{
"source": "/v3/_next/:path*",
"destination": "/_next/:path*"
}
],
"headers": [
{
"source": "/api/(.+)",
"headers": [
{ "key": "Access-Control-Allow-Origin", "value": "*" },
{ "key": "Access-Control-Allow-Methods", "value": "POST, OPTIONS" },
{ "key": "Access-Control-Allow-Headers", "value": "Content-Type" }
]
}
]
}