From ad1f482e92d0169b2a094eed915ba93c2feec9de Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Fri, 16 Oct 2020 11:51:48 -0400 Subject: [PATCH] website: make build logs public this allows the ability for outside contributors to view website build logs --- website/vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/website/vercel.json b/website/vercel.json index 8c6fe57f1..0e6117e60 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,5 +1,6 @@ { "version": 2, + "public": true, "github": { "silent": true }