Any way to avoid jsdelivr? #2185
-
So, apparently jsdelivr is blocked in Egypt for some reason I don't understand :( Right now whenever I try to add a smart cell like a chart or a database connection I get this error in the browser console
Which makes sense because I can't reach cdn.jsdelivr.net unless I use a VPN or something. My question is, Can I avoid jsdelivr at all? By bundling Vue differently and loading it from a local file for example? Or, Can the CDN urls or at least a base url be configurable somehow? .. cdn.jsdelivr.xyz seems to be working fine here (so far). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, perhaps it would help to get the .xyz IP with |
Beta Was this translation helpful? Give feedback.
Making the URL configurable is too much. I think we should just bundle, which we already do for
Kino.DataTable
for example. I opened an issue to track that livebook-dev/kino#329.