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:
@@ -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/" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user