mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Prevent site indexing for preview builds
This commit is contained in:
parent
adef074df5
commit
b035a0a619
3 changed files with 35 additions and 0 deletions
11
robots.txt
11
robots.txt
|
@ -1 +1,12 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: null
|
||||
---
|
||||
{% if site.env.BITCOINORG_BUILD_TYPE == 'preview' %}
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
{% else %}
|
||||
Sitemap: https://bitcoin.org/sitemap.xml
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue