Skip to content

Commit

Permalink
chore: add headers configuration to ignore non-production domains (#3164
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brandonroberts committed Apr 12, 2024
1 parent 7afbafb commit 2d60e90
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
https://oss-insights.netlify.app/*
X-Robots-Tag: noindex

http://oss-insights.netlify.app/*
X-Robots-Tag: noindex

https://beta.app.opensauced.pizza/*
X-Robots-Tag: noindex

http://beta.app.opensauced.pizza/*
X-Robots-Tag: noindex

https://alpha.app.opensauced.pizza/*
X-Robots-Tag: noindex

http://alpha.app.opensauced.pizza/*
X-Robots-Tag: noindex

0 comments on commit 2d60e90

Please sign in to comment.