From dda35fee456051fa0f7059d3e6a7fc8be77e7c60 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Fri, 9 Jan 2026 10:47:54 +0100 Subject: [PATCH 1/3] fix(config): use product in theme for clean build --- src/base.html | 6 +++--- src/partials/product-switcher.html | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/base.html b/src/base.html index 2c14698ead7..8fdfa181595 100644 --- a/src/base.html +++ b/src/base.html @@ -63,11 +63,11 @@ {% endif %} - {% if config.product == "proxy" %} + {% if config.theme.product == "proxy" %} - {% elif config.product == "enterprise" %} + {% elif config.theme.product == "enterprise" %} - {% elif config.product == "mesh" %} + {% elif config.theme.product == "mesh" %} {% endif %} diff --git a/src/partials/product-switcher.html b/src/partials/product-switcher.html index e8475158501..ef3dad3ab5f 100644 --- a/src/partials/product-switcher.html +++ b/src/partials/product-switcher.html @@ -1,28 +1,28 @@