Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/aws/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ OpenNext aims to support all Next.js 15 features. Some features are work in prog
- [x] [Running in lambda@edge](/aws/config/simple_example#running-in-lambdaedge)
- [x] [No cold start](/aws/inner_workings/components/warmer)
- [x] Support for after
- [ ] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) is a Next.js 15 feature and not supported yet.
- [x] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`)

---

Expand Down
2 changes: 1 addition & 1 deletion pages/cloudflare/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We will update the list as we progress towards releasing 1.0.
- [x] [Pages Router](https://nextjs.org/docs/pages)
- [x] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration)
- [x] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental)
- [ ] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) is a Next.js 15 feature and not supported yet.
- [x] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`)

We welcome both contributions and feedback!

Expand Down