Cache busting CSS/JS files

Basically the term you are looking for is called cache busting assets.

The general Idea is to use a timestamp with the Unix function.

OR

If you are using Hugo Pipes you can fingerprint the assets.

Also see this post:

P.S. A support ticket is best when it is tagged as such.

1 Like