Without this the browser caches index.html, which contains references to the current build's JS bundle filename. After a redeploy the new bundle has a different hash, but the browser still loads the old index.html → requests the old bundle → may 404 or load stale code. Symptom: Ctrl+Shift+R required after every update to see the story. index.html: Cache-Control no-cache/no-store/must-revalidate JS/CSS/font/image assets: max-age=31536000, immutable (safe because Vite includes a content hash in every filename) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file is empty.
Description
Languages
JavaScript
74.5%
CSS
24.6%
HTML
0.6%
Dockerfile
0.3%