1
0
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:
codecalm
2026-07-14 22:53:17 +02:00
parent 826a0734d1
commit 6a43b1f1b7
+1 -1
View File
@@ -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 %}