mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
* Update robots.txt handling and improve sitemap URL generation * Add dynamic page data handling and update sitemap generation * Remove debug output from sitemap generation * Create thin-clouds-glow.md
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
---
|
|
layout: null
|
|
permalink: robots.txt
|
|
---
|
|
Sitemap: {% if environment != 'development' %}{{ site.previewUrl }}{% endif %}/sitemap.xml
|
|
|
|
{% if environment == 'preview' %}
|
|
User-agent: *
|
|
Disallow:
|
|
{% else %}
|
|
User-agent: *
|
|
Disallow: /
|
|
{% endif %} |