Skip to content

Commit fed3d94

Browse files
committed
I updated the cloudflare mdx to say that "If your DNS provider is Cloudflare - do not use Proxying for the CNAME record". Flo and I agreed this would be good to add.
1 parent 71b30ce commit fed3d94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,25 @@ title: "Cloudflare"
33
description: "Host documentation at a /docs subpath using Cloudflare Workers"
44
---
55

6+
67
import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";
78

89
<SubpathGatingSnippet platform="Cloudflare" />
910

1011
## Create Cloudflare Worker
1112

1213
Navigate to the `Workers & Pages > Create application > Create worker`. You
13-
should be able to presented with the following screen where you can create a new
14+
should be presented with the following screen where you can create a new
1415
Cloudlfare worker.
1516

1617
<Frame>
1718
<img alt="Create a Cloudflare worker" src="/images/cloudflare/worker.png" />
1819
</Frame>
1920

21+
<Warning>
22+
If your DNS provider is Cloudflare - do not use proxying for the CNAME record
23+
</Warning>
24+
2025
### Add custom domain
2126

2227
Once the worker is created, click `Configure worker`. Navigate to the worker

0 commit comments

Comments
 (0)