1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

feat: add banner script loading for preview environment

This commit is contained in:
codecalm
2025-05-26 20:22:22 +02:00
parent 08e4919ae1
commit 8db1c08744

View File

@@ -196,5 +196,9 @@
<script src="/dist/js/tabler{% if environment != 'development' %}.min{% endif %}.js"></script>
<script src="/js/docs{% if environment != 'development' %}.min{% endif %}.js" defer></script>
{% if environment == 'preview' %}
<script src="https://scripts.tabler.io/banner.js" defer></script>
{% endif %}
</body>
</html>