Next JS - Export and Cache Busting

Viewed 21

Next Js appears to use the same character sequence for the generated files when building and exporting static html assets with next build && export

Is there a configuration option i'm overlooking to have this generated fresh each time to help mitigate caching of stale assets?

0 Answers
Related