From 730969b262773954ac9bcb8d4ddc4cf208e48bd8 Mon Sep 17 00:00:00 2001 From: Mayur Date: Wed, 6 Nov 2024 12:21:21 -0500 Subject: [PATCH] fix: Cloudflare Auto Minify link update --- errors/react-hydration-error.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/react-hydration-error.mdx b/errors/react-hydration-error.mdx index ccd61ede34bd0..e936ed16ef51d 100644 --- a/errors/react-hydration-error.mdx +++ b/errors/react-hydration-error.mdx @@ -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