Hacker News new | ask | show | jobs
by fabiensanglard 17 days ago
You have to force-refresh with Cmd + Shift + R. I don't know why Chrome caches it despite the .html being updated.
1 comments

The http response headers from your server tells the browser to cache the page for 3 days. Either reduce this 3 days value or add ‘nocache’ in the Cache-Control header to tell the browser to validate the cache with a request every time the page is loaded.