Răsfoiți Sursa

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

codecalm 2 luni în urmă
părinte
comite
4b65380293
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      shared/layouts/docs/default.html

+ 1 - 1
shared/layouts/docs/default.html

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