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 %}