Description
I often cannot access cdn.jsdelivr.net. I've tried switching DNS servers, but that didn't work either. As a result, even though I can open scoop.sh, it often shows up incorrectly.
Possible Solutions
I was wondering whether it would be possible to record the official bucket name in the index when retrieving the official bucket from the indexer; that way, there would be no need to fetch buckets.json on the client side. Furthermore, this would ensure that the index is updated promptly even if there are changes to buckets.json. If this is feasible, I can submit a PR for it.
As for bootstrap-nightshade.min.css, could it be stored statically within the project?
Description
I often cannot access cdn.jsdelivr.net. I've tried switching DNS servers, but that didn't work either. As a result, even though I can open scoop.sh, it often shows up incorrectly.
Possible Solutions
I was wondering whether it would be possible to record the official bucket name in the index when retrieving the official bucket from the indexer; that way, there would be no need to fetch
buckets.jsonon the client side. Furthermore, this would ensure that the index is updated promptly even if there are changes tobuckets.json. If this is feasible, I can submit a PR for it.As for
bootstrap-nightshade.min.css, could it be stored statically within the project?