From 4dfc1ecac8cbbea97e8ea023a0e7239cb2121508 Mon Sep 17 00:00:00 2001 From: Evan Barger <epbarger@gmail.com> Date: Wed, 3 Mar 2021 08:35:33 -0500 Subject: [PATCH] Enable indexing in production build Former-commit-id: 8c12ceeaa7342438eaeb0c6d9704f1bade28dbaf --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 224704bf373..32987aabad5 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -284,7 +284,7 @@ const splitNodeContent = (nodes) => { }; const netlifyHeaders = () => { - // if (isProduction) return {}; + if (isProduction) return {}; return { '/*': ['X-Robots-Tag: noindex'],