mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
robots.txt: disallow crawling when not in production. (#27559)
This commit is contained in:
parent
4b15ec9cad
commit
3256a2c231
@ -5,5 +5,5 @@
|
||||
|
||||
# Allow crawling of all content
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Disallow:{% if jekyll.environment != "production" %} /{% endif %}
|
||||
Sitemap: {{ site.url }}/sitemap.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user