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
perf(templates): added cloudflare cache headers for static files (#14069)
### What?
Adds Cache-Control headers for the static files generated by Next.js
(e.g. .js files).
This follows a recommendation by the OpenNext team:
https://opennext.js.org/cloudflare/caching#static-assets-caching
### Why?
To avoid avoiding unnecessary revalidation requests caused by Workers
Static Assets' default headers.
### How?
By caching the static files for up to an year.
Co-authored-by: Ricardo Tavares <rtavares@cloudflare.com>
0 commit comments