Skip to content

Commit

Permalink
fix: Cloudflare Auto Minify link update
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur9210 authored Nov 6, 2024
1 parent 2e28c96 commit 730969b
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 730969b

Please sign in to comment.