Files
actual/packages/docs/static/_headers
Michael Clark d0dc1efda3 📜 Cache image folder (#6409)
* cache image folder as well

* remove immutable
2025-12-14 20:18:39 +00:00

14 lines
326 B
Plaintext

# /assets folder contain processed assets with a file hash
# They are safe for immutable caching, as filename change when content change
/assets/*
Cache-Control: public
Cache-Control: max-age=365000000
Cache-Control: immutable
/img/*
Cache-Control: public
Cache-Control: max-age=604800
Cache-Control: immutable