Unpkg redirect broken

hi @nolimits4web,

the unpkg CDN seems to be unhappy with framework7!

It finds the source-packages, but doesn’t redirect properly:
E.g.:
https://unpkg.com/framework7/css/framework7.bundle.min.css

should get redirected to:

https://unpkg.com/[email protected]/css/framework7.bundle.min.css

but does not!

Same for:
https://unpkg.com/framework7-icons , etc…

btw. this also broke your recipes page (https://framework7io.github.io/framework7-recipes/admin-dashboard/)

https://unpkg.com/jquery
works fine…

That was probably some issue with unpkg. I don’t see any issues, https://unpkg.com/framework7/css/framework7.bundle.min.css for resolves to https://unpkg.com/[email protected]/css/framework7.bundle.min.css

Recipes also works correct for me

Hm - yes - now the re-directs are working :roll_eyes: