Skip to content

Commit 8f7d13b

Browse files
dino475hahnbeelee
andauthored
Add cloudflare warning (#337)
* 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. * 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. * added noindex:true * delete snippet * revert seo page --------- Co-authored-by: Hahnbee Lee <[email protected]>
1 parent 91d7bee commit 8f7d13b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ description: "Host documentation at a /docs subpath using Cloudflare Workers"
66
## Create Cloudflare Worker
77

88
Navigate to the `Workers & Pages > Create application > Create worker`. You
9-
should be able to presented with the following screen where you can create a new
9+
should be presented with the following screen where you can create a new
1010
Cloudlfare worker.
1111

1212
<Frame>
1313
<img alt="Create a Cloudflare worker" src="/images/cloudflare/worker.png" />
1414
</Frame>
1515

16+
<Warning>
17+
Keep in mind: If your DNS provider is Cloudflare you should not use proxying for the CNAME record
18+
</Warning>
19+
1620
### Add custom domain
1721

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

0 commit comments

Comments
 (0)