From b0cff286ee7b15e9c871f107684b0c89294bf419 Mon Sep 17 00:00:00 2001 From: Yi Hyunjoon Date: Mon, 6 Oct 2025 16:21:02 +0900 Subject: [PATCH] Remove deprecated Auto Minify note from Cloudflare deployment docs --- src/routes/guides/deployment-options/cloudflare.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/guides/deployment-options/cloudflare.mdx b/src/routes/guides/deployment-options/cloudflare.mdx index b7deb79c4..ce74a78e8 100644 --- a/src/routes/guides/deployment-options/cloudflare.mdx +++ b/src/routes/guides/deployment-options/cloudflare.mdx @@ -80,7 +80,3 @@ wrangler pages deploy dist After running these commands, your project should be live. While the terminal may provide a link, it's more reliable to check your Cloudflare Pages dashboard for the deployed URL, which usually follows the format `project-name.pages.dev`. - -**Note:** -Make sure to navigate to the `Speed` -> `Optimization settings` section in your Cloudflare website dashboard and disable the `Auto Minify` option. -This is important as minification and comment removal can interfere with hydration.