From 04661de7b21f88848125fd49a8505a61610b1c48 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Wed, 30 Apr 2025 10:11:19 +0100 Subject: [PATCH] fix cloudfare typos --- pages/cloudflare/howtos/image.mdx | 2 +- pages/cloudflare/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/cloudflare/howtos/image.mdx b/pages/cloudflare/howtos/image.mdx index fd4e2ae..87f4103 100644 --- a/pages/cloudflare/howtos/image.mdx +++ b/pages/cloudflare/howtos/image.mdx @@ -61,4 +61,4 @@ export default nextConfig; Images using the cloudflare loader are served directly without going through the middleware. -See more details in the [Cloudfare Images documentation](https://developers.cloudflare.com/images/transform-images/integrate-with-frameworks/). +See more details in the [Cloudflare Images documentation](https://developers.cloudflare.com/images/transform-images/integrate-with-frameworks/). diff --git a/pages/cloudflare/index.mdx b/pages/cloudflare/index.mdx index 6f2d33d..76a8d63 100644 --- a/pages/cloudflare/index.mdx +++ b/pages/cloudflare/index.mdx @@ -43,7 +43,7 @@ We will update the list as we progress towards releasing 1.0. - [x] [Server-Side Rendering (SSR)](https://nextjs.org/docs/app/building-your-application/rendering/server-components) - [x] [Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware) - [ ] [Node Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware#runtime) introduced in 15.2 are not yet supported -- [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/)) +- [x] [Image optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images) (See [this guide](/cloudflare/howtos/image) to configure [Cloudflare Images](https://developers.cloudflare.com/images/)) - [x] [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering) - [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)