From 1b0f8206eebc8dcaa88c8894bb01887930934ce9 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 26 May 2025 20:45:14 +0200 Subject: [PATCH] fix: update banner script loading condition to production environment --- shared/layouts/docs/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/layouts/docs/default.html b/shared/layouts/docs/default.html index 4ad5391d8..ca5d2b87b 100644 --- a/shared/layouts/docs/default.html +++ b/shared/layouts/docs/default.html @@ -197,7 +197,7 @@ - {% if environment == 'preview' %} + {% if environment == 'production' %} {% endif %}