From a1c086da891bc938b0ab78a0fdf1bb2fc237fbe1 Mon Sep 17 00:00:00 2001 From: Mark Caron Date: Tue, 23 Sep 2025 14:06:01 -0400 Subject: [PATCH] fix: refix CDN with www --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index f8cb93e..1f1caa0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ - {% set cdn_base_url = "https://redhatstatic.com/dssf-001/v2/" %} + {% set cdn_base_url = "https://www.redhatstatic.com/dssf-001/v2/" %} {% if config.extra.env == "dev" %} {% set cdn_base_url = "https://cdn.jsdelivr.net/npm/" %} {% endif %}