From 6957eb01ec64d9711b298fba433757e7d266fbe6 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 4 Aug 2017 15:20:15 -0700 Subject: [PATCH] Add noindex to vnext-staging --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index bac7e0b5ab..5101c1a1e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,6 @@ [context.deploy-preview] command = "make build-preview" + +[context.vnext-staging] + command = "cp netlify_noindex_headers.txt _headers && make build"