frontend · medium

Cache Busting

Changing asset URLs (often via content hashes) so browsers/CDNs fetch the new build instead of a stale cached file.

Tags: javascript, nextjs