From c1ef88710e85bfaec572ff7fc3790e1cf88b8980 Mon Sep 17 00:00:00 2001 From: Caley Date: Wed, 5 Nov 2025 08:38:30 -0600 Subject: [PATCH 1/2] Added a line to the provider guide. --- .../saas-customers/provider-guides/webflow.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx index 31fce944d35a3f..a11515783836cc 100644 --- a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx +++ b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx @@ -32,6 +32,7 @@ To enable O2O for a specific hostname within a Cloudflare Zone, [create](/dns/ma | Type | Name | Target | Proxy status | | ------- | -------------------- | --------------------- | ------------ | | `CNAME` | `` | `cdn.webflow.com` | Proxied | +| A | @ | 198.202.211.1 | Proxied | ## Zone hold From c95f5ca32e00108a6703b4f453d46f78eab891a8 Mon Sep 17 00:00:00 2001 From: Caley Date: Wed, 5 Nov 2025 08:46:35 -0600 Subject: [PATCH 2/2] Cleaned up the proceeding sentence and added `s to the values. --- .../saas-customers/provider-guides/webflow.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx index a11515783836cc..e6e322aeb842bb 100644 --- a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx +++ b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx @@ -27,12 +27,12 @@ For more details about how O2O is different than other Cloudflare setups, refer Webflow customers can enable O2O on any Cloudflare zone plan. -To enable O2O for a specific hostname within a Cloudflare Zone, [create](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records) a Proxied `CNAME` DNS record with your Webflow site name as the target. Webflow's domain addition setup will walk you through other validation steps. +To enable O2O for a specific hostname within a Cloudflare Zone, [create](/dns/manage-dns-records/how-to/create-dns-records/#create-dns-records) a Proxied `CNAME` or `A` DNS record with your Webflow site name as the target. Webflow's domain addition setup will walk you through other validation steps. | Type | Name | Target | Proxy status | | ------- | -------------------- | --------------------- | ------------ | | `CNAME` | `` | `cdn.webflow.com` | Proxied | -| A | @ | 198.202.211.1 | Proxied | +| `A` | `@` | `198.202.211.1` | Proxied | ## Zone hold