mirror of
https://github.com/tabler/tabler.git
synced 2026-08-05 01:44:41 +04:00
Update robots.liquid to allow all user agents in development environment
This commit is contained in:
@@ -5,7 +5,7 @@ eleventyExcludeFromCollections: true
|
||||
---
|
||||
Sitemap: {% if environment != 'development' %}{{ site.docsUrl }}{% endif %}/sitemap.xml
|
||||
|
||||
{% if environment == 'development' %}
|
||||
{% if environment != 'production' %}
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user