The CDN link redirects to the wrong path
HenryHuang2000 opened this issue · 0 comments
HenryHuang2000 commented
In previous versions, (eg unpkg.com/timeago.js@3.0.0) we are redirected to unpkg.com/timeago.js@3.0.0/dist/timeago.min.js
However, the latest release redirects to https://unpkg.com/timeago.js@4.0.2/lib/index.js
As a current workaround, I've been referring directly to <script src="https://unpkg.com/timeago.js@4.0.2/dist/timeago.min.js"></script> instead.