Skip to content

Commit 36d088f

Browse files
authored
Update custom-domains.mdx: dashboard UI changes
1 parent cffe157 commit 36d088f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/workers/configuration/routing/custom-domains.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To set up a Custom Domain in the dashboard:
4141

4242
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
4343
2. Select **Workers & Pages** and in **Overview**, select your Worker.
44-
3. Go to **Settings** > **Triggers** > **Custom Domains** > **Add Custom Domain**.
44+
3. Go to **Settings** > **Domains & Routes** > **Add** > **Custom Domain**.
4545
4. Enter the domain you want to configure for your Worker.
4646
5. Select **Add Custom Domain**.
4747

@@ -138,9 +138,9 @@ To migrate the route `example.com/*`:
138138
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
139139
2. Go to **DNS** and delete the CNAME record for `example.com`.
140140
3. Go to **Account Home** > **Workers & Pages**.
141-
4. In **Overview**, select your Worker > **Triggers**.
142-
5. Select **Add Custom Domain** and add `example.com`.
143-
6. Delete the route `example.com/*` located in your Worker > **Triggers** > **Routes**.
141+
4. In **Overview**, select your Worker > **Settings** > **Domains & Routes**.
142+
5. Select **Add** > **Custom domain** and add `example.com`.
143+
6. Delete the route `example.com/*` located in your Worker > **Settings** > **Domains & Routes**.
144144

145145
### Migrate from Routes via Wrangler
146146

0 commit comments

Comments
 (0)