CDN Link Not Work With Me When I Add It To an HTML file. #39143
-
CDN Link Not Work With Me When I Add It To an HTML file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If you are following the integration described in https://getbootstrap.com/docs/5.3/getting-started/download/#cdn-via-jsdelivr, you should be good to go. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the clarification There is no solution for any Egyptian programmer to use Bootstrap right? |
Beta Was this translation helpful? Give feedback.
I'd say it's safe to use
unpkg.com
instead ofcdn.jsdelivr.net
.For example, https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css becomes https://unpkg.com/[email protected]/dist/css/bootstrap.min.css (
integrity
sha384 value stays the same)Don't hesitate to tell me if it works better.
If so, I'll try to create a PR to talk about this workaround in our documentation.