mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
Sitemap: {{ site.url }}/sitemap.xml
|
|
|
|
{% if site.env == 'prod' %}
|
|
User-agent: *
|
|
Allow: /
|
|
{% else %}
|
|
User-agent: *
|
|
Disallow: /
|
|
{% endif %}
|