Skip to content

Commit f140662

Browse files
authored
Merge pull request #1030 from EnterpriseDB/release/2021-03-03-a
Prodution Release 2021 03 03 a Former-commit-id: ab0b7bd
2 parents 576e2e9 + 38780a5 commit f140662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
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)