site/vercel.json
2020-08-19 19:36:34 +00:00

12 lines
215 B
JSON

{
"github": { "silent": true },
"env": {
"SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf"
},
"rewrites": [
{
"source": "/v3/_next/:path*",
"destination": "/_next/:path*"
}
]
}