File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/workers/framework-guides/web-apps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ Most Next.js features are supported by the Cloudflare OpenNext adapter:
5151| Response streaming | 🟢 supported | |
5252| asynchronous work with ` next/after ` | 🟢 supported | |
5353| Middleware | 🟢 supported | |
54- | Image optimization | 🟢 supported | Supported via [ Cloudflare Images] ( /images/ ) |
55- | Partial Prerendering (PPR) | 🟢 supported | PPR is experimental in Next.js |
56- | Composable Caching ('use cache') | 🟢 supported | Composable Caching is experimental in Next.js |
54+ | Image optimization | 🟢 supported | Supported via [ Cloudflare Images] ( /images/ ) |
55+ | Partial Prerendering (PPR) | 🟢 supported | |
56+ | Composable Caching ('use cache') | 🟢 supported | |
5757| Node.js in Middleware | ⚪ not yet supported | Node.js middleware introduced in 15.2 are not yet supported |
5858
5959## Deploy a new Next.js project on Workers
You can’t perform that action at this time.
0 commit comments