Skip to content

Commit 6ea7cb4

Browse files
authored
Merge pull request #3621 from projectblacklight/replace-skypack
Replace skypack CDN with jsdelivr
2 parents bb30121 + bae3dfc commit 6ea7cb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/importmap.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pin_all_from File.expand_path('../app/javascript/spotlight', __dir__), under: 'spotlight'
44
pin_all_from File.expand_path('../vendor/assets/javascripts', __dir__)
55

6-
pin 'clipboard', to: 'https://cdn.skypack.dev/clipboard@2.0.10'
7-
pin 'sir-trevor', to: 'https://cdn.skypack.dev/sir-trevor@0.8.2'
8-
pin 'sortablejs', to: 'https://cdn.skypack.dev/sortablejs@^1.15.3'
9-
pin '@github/auto-complete-element', to: 'https://cdn.skypack.dev/@github/auto-complete-element'
6+
pin 'clipboard', to: 'https://cdn.jsdelivr.net/npm/clipboard@2.0.11/+esm'
7+
pin 'sir-trevor', to: 'https://cdn.jsdelivr.net/npm/sir-trevor@0.8.2/+esm'
8+
pin 'sortablejs', to: 'https://cdn.jsdelivr.net/npm/sortablejs@^1.15.3/+esm'
9+
pin '@github/auto-complete-element', to: 'https://cdn.jsdelivr.net/npm/@github/auto-complete-element@3.8.0/+esm'

0 commit comments

Comments
 (0)