Skip to content

Commit 2f4df07

Browse files
authored
doc(cloudflare) Remove outdated notes (#127)
1 parent 66bde34 commit 2f4df07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/cloudflare/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ We will update the list as we progress towards releasing 1.0.
4545
- [x] [Image optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images) (See [this guide](/cloudflare/howtos/image) to configure [Cloudfare Images](https://developers.cloudflare.com/images/))
4646
- [x] [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering)
4747
- [x] [Pages Router](https://nextjs.org/docs/pages)
48-
- [x] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration) <sup>1</sup>
48+
- [x] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration)
4949
- [x] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental)
5050
- [ ] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) is a Next.js 15 feature and not supported yet.
5151

52-
<sup>1</sup> Only the `direct` mode is supported at the moment, and is not suitable for production.
53-
5452
We welcome both contributions and feedback!
5553

5654
### Windows support

0 commit comments

Comments
 (0)