Topic: 8.2.0 CDN Links Broken
Both: https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/8.2.0/mdb.min.css and https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/8.2.0/mdb.umd.min.js
produce 404 Not Found errors
Links to 8.1.0 do work.
Kamila Pieńkowska
staff answered 2 weeks ago
A CDN is an independent service, and we have no control over the availability of its links. As an alternative, you can use JSDeliver.
<link
href="https://cdn.jsdelivr.net/npm/mdb-ui-kit@8.2.0/css/mdb.min.css"
rel="stylesheet"
/>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/mdb-ui-kit@8.2.0/js/mdb.umd.min.js"
></script>
ramsfield
pro premium priority answered 2 weeks ago
Oh ok, I thought you controlled them because they are listed on your installation page.
Kamila Pieńkowska staff commented 2 weeks ago
CDN JS is an Open Source. We list them and JSDeliver in our documentation as some users prefer the convenience of using them.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 8.2.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: Yes