-
Notifications
You must be signed in to change notification settings - Fork 41
docs(cloudflare): add static assets caching #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Opened a PR on the starter template: cloudflare/workers-sdk#9131 |
The closest docs about Next.js's immutable cache header is on the Next.js 13 Pages Router production checklist:
On the Next.js 15 App Router docs, only the header is mentioned. I'm trying to confirm that ALL files inside |
Co-authored-by: Victor Berchet <[email protected]>
Thanks for the PR Benjamin, I'll merge when the test result comes. |
Solves opennextjs/opennextjs-cloudflare#624 (comment)