You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: