Disable logs for netlify build

This commit is contained in:
Sam Carlton 2020-12-29 20:00:40 -06:00
parent fde8556ea7
commit b4c382819d

View file

@ -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/"