You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Assets under /_next/static/chunks are always immutable. They can be cached by the browser forever, without having to re-validate their content. Netlify's default cache-control header is not optimal for those assets, however, it can be overriden with a _headers file.
Describe the solution you'd like
Add a new step that generates a _headers file and overrides the cache control for /_next/static/chunks. This can be acomplished with this rule: