Skip to content

Commit 04f7780

Browse files
committed
Switch emoji-picker-element CDN from skypack to esm.sh
Skypack CDN is blocking cross-origin requests with missing CORS headers.
1 parent 395dc78 commit 04f7780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/cherry.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
'(defn emoji-picker
9999
{:async true}
100100
[]
101-
(js/await (js/import "https://cdn.skypack.dev/emoji-picker-element"))
101+
(js/await (js/import "https://esm.sh/emoji-picker-element"))
102102
(nextjournal.clerk.viewer/html [:div
103103
[:p "My cool emoji picker:"]
104104
[:emoji-picker]])))

0 commit comments

Comments
 (0)