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

7
website/vercel.json Normal file
View File

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