Skip to content

Commit 032edf9

Browse files
remove doc comment in Cloudflare get started telling people to use the app router instead of the pages one (#55)
1 parent 414bc85 commit 032edf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/cloudflare/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We will update the list as we progress towards releasing 1.0.
5151
- [x] [Server-Side Rendering (SSR)](https://nextjs.org/docs/app/building-your-application/rendering/server-components)
5252
- [x] [Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware)
5353
- [x] [Image optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images) (you can integrate Cloudflare Images with Next.js by following [this guide](https://developers.cloudflare.com/images/transform-images/integrate-with-frameworks/))
54-
- [ ] [Pages Router](https://nextjs.org/docs/pages) (you should use the App Router instead, which was introduced in Next.js 13)
54+
- [ ] [Pages Router](https://nextjs.org/docs/pages)
5555
- [ ] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration)
5656
- [ ] [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering)
5757
- [ ] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental)

0 commit comments

Comments
 (0)