Skip to content

Commit 38780a5

Browse files
authored
Merge pull request #1027 from EnterpriseDB/feature/evan/enable-prod-indexing
Enable indexing in production build Former-commit-id: 937784a
2 parents 9cd94c9 + 4dfc1ec commit 38780a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const splitNodeContent = (nodes) => {
284284
};
285285

286286
const netlifyHeaders = () => {
287-
// if (isProduction) return {};
287+
if (isProduction) return {};
288288

289289
return {
290290
'/*': ['X-Robots-Tag: noindex'],

0 commit comments

Comments
 (0)