site/vercel.json
Matthew Stanciu 2ce5d43385 Add secret
2020-04-23 18:27:19 -04:00

10 lines
No EOL
143 B
JSON

{
"public": true,
"trailingSlash": true,
"github": {
"silent": true
},
"env": {
"AIRTABLE_API_KEY": "@airtable-api-key"
}
}