Skip to content

Commit 8e9dd7c

Browse files
authored
Fix webflow (#26312)
* Added a line to the provider guide. * Cleaned up the proceeding sentence and added `s to the values.
1 parent 4f4536e commit 8e9dd7c

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides

1 file changed

+2
-1
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ For more details about how O2O is different than other Cloudflare setups, refer
2727

2828
Webflow customers can enable O2O on any Cloudflare zone plan.
2929

30-
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.
30+
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.
3131

3232
| Type | Name | Target | Proxy status |
3333
| ------- | -------------------- | --------------------- | ------------ |
3434
| `CNAME` | `<YOUR_DOMAIN>` | `cdn.webflow.com` | Proxied |
35+
| `A` | `@` | `198.202.211.1` | Proxied |
3536

3637
## Zone hold
3738

0 commit comments

Comments
 (0)