ArnaudBrousseau / arnaudbrousseau.com

What's hosted at arnaudbrousseau.com
MIT License
3 stars 3 forks source link

Webhint.io says: "static asssets should use cache-control: immutable" and use path-revving #10

Open ArnaudBrousseau opened 6 years ago

ArnaudBrousseau commented 6 years ago

Currently we use query-string revving, which can be bad/confusing while going through some shady proxies. Let's switch to path revving (ideally, hash-based too!).

Not quite sure how to make that work with docpad though 🤔