From ff2af392a57b16f2203dbb26839c7e5019fbbc14 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Tue, 26 Jan 2021 16:53:01 -0500 Subject: [PATCH] remove extra github comments from vercel (#10779) --- ui/vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ui/vercel.json diff --git a/ui/vercel.json b/ui/vercel.json new file mode 100644 index 0000000000..0e6117e609 --- /dev/null +++ b/ui/vercel.json @@ -0,0 +1,7 @@ +{ + "version": 2, + "public": true, + "github": { + "silent": true + } +}