Hackerspace2023 / HackerSpace

Hackerspace: Our Coding Community Website. 🚀
https://hackerspace2023.github.io/HackerSpace/
MIT License
7 stars 19 forks source link

bust github image cache #13

Closed bgalek closed 10 months ago

bgalek commented 10 months ago

Hi! Github proxies and caches external images. The current Contributors image is cached for 3 days -Cache-Control: public, max-age=259200 So this will refresh eventually (about 1 day - Age: 37676).

If you want to speed it up - just add any query param like in this PR :)

Resolves #12