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.
1 parent 68c8a1b commit 5597ac6Copy full SHA for 5597ac6
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