Everytime I update JS and CSS, those assets can’t be refresh automatically. I have to visit those asstes link directly and hard refresh to get a new version, unless I will always get the stale assets version.
I can’t sure if it related with “Cache-Control” or “Expect-CT” or another value on my netlify.toml file. But I need every visitors get new assets version if I make a change to my JS and CSS. Any reference about what’s the best value and how to configure it?