Skip to content

Commit 4dfc1ec

Browse files
committed
Enable indexing in production build
Former-commit-id: 8c12cee
1 parent 0b5c4aa commit 4dfc1ec

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)