Skip to content

Commit

Permalink
feat(sendsay-docs): remove indexing of netlify deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
Lullabyq committed Dec 8, 2023
1 parent 226788a commit 8dc0fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
from = "/*"
to = "/"
status = 200

[[headers]]
for = "/*"
[headers.values]
X-Robots-Tag = "noindex"

0 comments on commit 8dc0fba

Please sign in to comment.