Skip to content

Commit b6822c8

Browse files
authored
Merge pull request #386 from RedHatOfficial/fix/cdn-rhstatic
fix: switch to RH CDN
2 parents 68c8a1b + 5597ac6 commit b6822c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
{# Temporarily using 3rd pary CDN while we fix CORS issue with https://redhatstatic.com/dssf-001/v2/ #}
5-
{% set cdn_base_url = "https://cdn.jsdelivr.net/npm/" %}
4+
{% set cdn_base_url = "https://redhatstatic.com/dssf-001/v2/" %}
65
{% if config.extra.env == "dev" %}
76
{% set cdn_base_url = "https://cdn.jsdelivr.net/npm/" %}
87
{% endif %}

0 commit comments

Comments
 (0)