Hey 👋 this is a super useful tool and I have been using it on a recent project. I noticed that the images I was requesting were not being cached for very long (or at all?).
So I put a service worker in front of them which worked great locally but when I deployed it to github pages it error'd due to trying to fetch from a different protocol (https -> http) doh!
Is it possible for you to upgrade https://cube.crider.co.uk to https or add better caching headers so that I don't spam your server with requests?
Hey 👋 this is a super useful tool and I have been using it on a recent project. I noticed that the images I was requesting were not being cached for very long (or at all?).
So I put a service worker in front of them which worked great locally but when I deployed it to github pages it error'd due to trying to fetch from a different protocol (https -> http) doh!
Is it possible for you to upgrade
https://cube.crider.co.ukto https or add better caching headers so that I don't spam your server with requests?