Skip to content

Commit

Permalink
Remove test workflow, turn noindex back on for now
Browse files Browse the repository at this point in the history
  • Loading branch information
epbarger committed Mar 3, 2021
1 parent bcc8351 commit 277178c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/deploy-test.yml

This file was deleted.

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 277178c

Please sign in to comment.