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