We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c8a1b + 5597ac6 commit b6822c8Copy full SHA for b6822c8
templates/index.html
@@ -1,8 +1,7 @@
1
<!doctype html>
2
<html lang="en">
3
<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/" %}
+ {% set cdn_base_url = "https://redhatstatic.com/dssf-001/v2/" %}
6
{% if config.extra.env == "dev" %}
7
{% set cdn_base_url = "https://cdn.jsdelivr.net/npm/" %}
8
{% endif %}
0 commit comments