Skip to content

Commit b3f1046

Browse files
fix cloudfare typos (#138)
1 parent a599481 commit b3f1046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/cloudflare/howtos/image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ export default nextConfig;
6161
Images using the cloudflare loader are served directly without going through the middleware.
6262
</Callout>
6363

64-
See more details in the [Cloudfare Images documentation](https://developers.cloudflare.com/images/transform-images/integrate-with-frameworks/).
64+
See more details in the [Cloudflare Images documentation](https://developers.cloudflare.com/images/transform-images/integrate-with-frameworks/).

pages/cloudflare/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We will update the list as we progress towards releasing 1.0.
4343
- [x] [Server-Side Rendering (SSR)](https://nextjs.org/docs/app/building-your-application/rendering/server-components)
4444
- [x] [Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware)
4545
- [ ] [Node Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware#runtime) introduced in 15.2 are not yet supported
46-
- [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/))
46+
- [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/))
4747
- [x] [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering)
4848
- [x] [Pages Router](https://nextjs.org/docs/pages)
4949
- [x] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration)

0 commit comments

Comments
 (0)