From b4c382819d56e165ce1e152e5c9ed6b7e7c84bc7 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 29 Dec 2020 20:00:40 -0600 Subject: [PATCH] Disable logs for netlify build --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 3eb9960..daa5fd3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "dist/" - command = "npm run generate" + command = "npm run generate --quiet" # https://docs.netlify.com/configure-builds/file-based-configuration/#redirects @@ -10,7 +10,7 @@ from = "/app/node" to = "/app/nodejs" status = 301 - + [[redirects]] from = "/kind/entertainment" to = "/kind/entertainment-and-media-apps/"