Force a favicon cache bust by renaming the icon file #190
Loading…
Reference in a new issue
No description provided.
Delete branch "cache-bust-favicon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Deletes
wwwroot/favicon.pngand pointsindex.htmlatlogo_512.pnginstead, so browsers fetch a fresh icon under a new name rather than serving the cachedfavicon.png. Query-string cache busting is deliberately not used yet.Also removes the stray copy of
logo_512.pngfrom the repository root.