Skip to content

Commit 2cf6d61

Browse files
committed
move troubleshooting to end
1 parent 6962e86 commit 2cf6d61

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ After your code deploys, test your Worker to ensure it routes to your Mintlify d
7575
1. Test using the Worker's preview URL: `your-worker.your-subdomain.workers.dev/docs`
7676
2. Verify the Worker routes to your Mintlify docs and your website.
7777

78-
### Resolve DNS conflicts
79-
80-
If your domain already points to another service, you must remove the existing DNS record. Your Cloudflare Worker must be configured to control all traffic for your domain.
81-
82-
1. Delete the existing DNS record for your domain. See [Delete DNS records](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/#delete-dns-records) in the Cloudflare documentation for more information.
83-
2. Return to your Worker and add your custom domain.
84-
8578
### Add custom domain
8679

8780
1. In your [Cloudflare dashboard](https://dash.cloudflare.com/), navigate to your Worker.
@@ -93,3 +86,10 @@ If your domain already points to another service, you must remove the existing D
9386
</Tip>
9487

9588
See [Add a custom domain](https://developers.cloudflare.com/workers/configuration/routing/custom-domains/#add-a-custom-domain) in the Cloudflare documentation for more information.
89+
90+
### Resolve DNS conflicts
91+
92+
If your domain already points to another service, you must remove the existing DNS record. Your Cloudflare Worker must be configured to control all traffic for your domain.
93+
94+
1. Delete the existing DNS record for your domain. See [Delete DNS records](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/#delete-dns-records) in the Cloudflare documentation for more information.
95+
2. Return to your Worker and add your custom domain.

0 commit comments

Comments
 (0)