Skip to content

Commit 070a695

Browse files
authored
Merge pull request #387 from RedHatOfficial/fix/cdn-www-rhstatic
fix: refix CDN with www
2 parents b6822c8 + a1c086d commit 070a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
{% set cdn_base_url = "https://redhatstatic.com/dssf-001/v2/" %}
4+
{% set cdn_base_url = "https://www.redhatstatic.com/dssf-001/v2/" %}
55
{% if config.extra.env == "dev" %}
66
{% set cdn_base_url = "https://cdn.jsdelivr.net/npm/" %}
77
{% endif %}

0 commit comments

Comments
 (0)