What's the recommended way to set cache-control for index.html?
For some web hosting platforms, like Vercel, they set cache-control to have a max-age of 0 for index.html. I see other settings for other Nuxt dist'd assets with larger cache-control headers. Can you explain how the recommended defaults are set within Nuxt applications, and point me to any Nuxt modules? Or do I have to define my own Nuxt Middleware plugin?