add vercel config (#10707)

This commit is contained in:
Jeff Escalante 2021-01-15 15:44:28 -05:00 committed by GitHub
parent 83bf4a26c8
commit 654c9ea2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
website/vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"version": 2,
"public": true,
"github": {
"silent": true
}
}