Hi, I recently migrated my Vue app from a self hosted with Nginx to Cloudflare. Unfortunately, I noticed an issue is that the page kept using the cached files instead of the latest files available despite multiple refreshes. It basically requires a clear cache + hard refresh to load the latest version.
Each Vuejs static has a unique hashcode in the name, so it gets regenerated when there's an update.
Does anyone know what configurations that I need to change to fix this issue?