Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/docs/workers/configuration/routing/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ Before you set up a route, make sure you have a DNS record set up for the [domai
To set up a route in the dashboard:

<Steps>
1. In the Cloudflare dashboard, go to the **Workers & Pages** page.
1. In the Cloudflare dashboard, go to the **Compute** > **Workers & Pages** page.

<DashButton url="/?to=/:account/workers-and-pages" />

2. In **Overview**, select your Worker.
3. Go to **Settings** > **Domains & Routes** > **Add** > **Route**.
4. Select the zone and enter the route pattern.
5. Select **Add route**.
2. Select your Worker.
3. Go to **Domains** > **Add Domain**.
4. Select the zone and then **Route pattern**.
5. Enter the route pattern and select **Add route**.
</Steps>

### Set up a route in the Wrangler configuration file
Expand Down