Commit c59df45
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>1 parent 066997d commit c59df45
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments