You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced/subpath/cloudflare.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,6 @@ After your code deploys, test your Worker to ensure it routes to your Mintlify d
75
75
1. Test using the Worker's preview URL: `your-worker.your-subdomain.workers.dev/docs`
76
76
2. Verify the Worker routes to your Mintlify docs and your website.
77
77
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
-
85
78
### Add custom domain
86
79
87
80
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
93
86
</Tip>
94
87
95
88
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