From 284742a596d3ec4d8a10e8c0a55cb30878b36c5c Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Tue, 26 Aug 2025 11:27:33 +0100 Subject: [PATCH] Pages: Clarify DNS needs to be proxied for custom branch alias --- src/content/docs/pages/how-to/custom-branch-aliases.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/pages/how-to/custom-branch-aliases.mdx b/src/content/docs/pages/how-to/custom-branch-aliases.mdx index 351d17f95f619b1..2efe0e7fdcbd9b2 100644 --- a/src/content/docs/pages/how-to/custom-branch-aliases.mdx +++ b/src/content/docs/pages/how-to/custom-branch-aliases.mdx @@ -14,9 +14,9 @@ This will allow you to have a custom domain that will always show the latest bui :::note -Currently, this setup is only supported when using Cloudflare DNS. +This setup is only supported when using a proxied Cloudflare DNS record. -If you attempt to follow this guide using an external DNS provider, your custom alias will be sent to the production branch of your Pages project. +If you attempt to follow this guide using an external DNS provider or an unproxied DNS record, your custom alias will be sent to the production branch of your Pages project. :::