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 5422187 + 45f7039 commit 9ab01e5Copy full SHA for 9ab01e5
.github/scripts/update_package.rb
@@ -29,7 +29,7 @@ def update_index_page
29
stylesheet = doc.xpath("//link").first
30
script_cdn['src'] = "https://static.cloud.coveo.com/atomic/" + "#{version_stripped}" + "/atomic.esm.js"
31
# at the time of making this, stylesheets are not being versioned in CDN so latest is always safest bet
32
- stylesheet['href'] = "https://static.cloud.coveo.com/atomic/latest/themes/coveo.css"
+ stylesheet['href'] = "https://static.cloud.coveo.com/atomic/v2/themes/coveo.css"
33
doc.xpath("//script").each do |script|
34
if script.to_s == '<script nomodule src="/build/atomic.js"></script>'
35
script.remove
0 commit comments