Hi,
I’m having trouble with caching on a site, here: https://nn100-exhibition-editor.netlify.app
Form here Better Living Through Caching I understand that Netlify should return 304 and let the browser serve the cached file based on the etag, but I’m always getting 200 on all files?
Is there something I need to change to make the Netlify cache work?
I’ve also had a look at adding custom headers, but as far as I understand the etag approach on Netlify should be sufficient, so hoping I can make that work instead.