File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/content/docs/workers/configuration/routing Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To set up a Custom Domain in the dashboard:
4141
42421 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com ) and select your account.
43432 . 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** .
45454 . Enter the domain you want to configure for your Worker.
46465 . Select ** Add Custom Domain** .
4747
@@ -138,9 +138,9 @@ To migrate the route `example.com/*`:
1381381 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com ) and select your account.
1391392 . Go to ** DNS** and delete the CNAME record for ` example.com ` .
1401403 . 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
You can’t perform that action at this time.
0 commit comments