Skip to content

Commit

Permalink
Update Cloudflare Auto Minify link due to feature deprecation (vercel…
Browse files Browse the repository at this point in the history
…#72417)

This PR updates the link for the Cloudflare Auto Minify feature, as it
has been deprecated. Cloudflare now recommends disabling this feature to
avoid potential issues. The link and related references have been
modified to reflect this update and ensure accurate information for
users.

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
  • Loading branch information
mayur9210 and delbaoliveira authored Nov 7, 2024
1 parent 2211fd2 commit fbb3a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/react-hydration-error.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Hydration errors can occur from:
5. [Browser extensions](https://github.com/facebook/react/issues/24430) modifying the HTML
6. Incorrectly configured [CSS-in-JS libraries](https://nextjs.org/docs/app/building-your-application/styling/css-in-js)
1. Ensure your code is following [our official examples](https://github.com/vercel/next.js/tree/canary/examples)
7. Incorrectly configured Edge/CDN that attempts to modify the html response, such as Cloudflare [Auto Minify](https://developers.cloudflare.com/speed/optimization/content/auto-minify/)
7. Incorrectly configured Edge/CDN that attempts to modify the html response, such as Cloudflare [Auto Minify](https://developers.cloudflare.com/speed/optimization/content/troubleshooting/disable-auto-minify/)

## Possible Ways to Fix It

Expand Down

0 comments on commit fbb3a76

Please sign in to comment.