e-oj / Magic-Grid

A simple, lightweight Javascript library for dynamic grid layouts.
https://www.npmjs.com/package/magic-grid
MIT License
3.14k stars 144 forks source link

CDN url is giving an 520 error #58

Closed Dunicotech closed 2 months ago

Dunicotech commented 2 years ago

When loading in the magic grid via CDN I get a 520 error. The links shows this https://unpkg.com/magic-grid/dist/magic-grid.min.js. Both the minimised and normal version give the same error. Please help.

frenicohansen commented 2 months ago

try to use another cdn such as jsDelivr https://cdn.jsdelivr.net/npm/magic-grid/dist/magic-grid.min.js

e-oj commented 2 months ago

This should be working now as well