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

fix: update environment condition from preview to production in default.html

This commit is contained in:
codecalm
2025-07-16 22:27:51 +02:00
parent 2c73788cd1
commit 4b65380293

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if environment == 'preview' %} {% if environment == 'production' %}
{% assign pageSection = "" %} {% assign pageSection = "" %}
{% if page.url contains "/ui/" %} {% if page.url contains "/ui/" %}