Skip to content

Commit

Permalink
Merge pull request #1027 from EnterpriseDB/feature/evan/enable-prod-i…
Browse files Browse the repository at this point in the history
…ndexing

Enable indexing in production build

Former-commit-id: 937784a
  • Loading branch information
epbarger authored Mar 3, 2021
2 parents 9cd94c9 + 4dfc1ec commit 38780a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const splitNodeContent = (nodes) => {
};

const netlifyHeaders = () => {
// if (isProduction) return {};
if (isProduction) return {};

return {
'/*': ['X-Robots-Tag: noindex'],
Expand Down

0 comments on commit 38780a5

Please sign in to comment.