Skip to content

Commit 6f0e1d2

Browse files
authored
Update hostname-routing.mdx
1 parent 22ca4a3 commit 6f0e1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/hostname-routing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { Render, PackageManagers, WranglerConfig } from "~/components";
1010

11-
You can use [dynamic dispatch](/cloudflare-for-platforms/workers-for-platforms/get-started/dynamic-dispatch/) Workers to route millions of vanity domains or subdomains to Workers without hitting traditional route limits. These hostnames can be subdomains under your managed domain (e.g. `customer1.saas.com`) or vanity domains controlled by your end customers (e.g. `mystore.com`), which can be managed through [custom hostnames](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/).
11+
You can use [dynamic dispatch](/cloudflare-for-platforms/workers-for-platforms/get-started/dynamic-dispatch/) Workers to route millions of vanity domains or subdomains to Workers without hitting traditional [route limits](/workers/platform/limits/#number-of-routes-per-zone). These hostnames can be subdomains under your managed domain (e.g. `customer1.saas.com`) or vanity domains controlled by your end customers (e.g. `mystore.com`), which can be managed through [custom hostnames](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/).
1212

1313
## (Recommended) Wildcard route with a dispatch Worker
1414

@@ -109,4 +109,4 @@ The table below shows when Workers are invoked based on your route pattern and t
109109
|-----------------------|--------------|------------|
110110
| `*/*` (Recommended) | ✅ | ✅ |
111111
| Target hostname route | ✅ | ❌ |
112-
| Custom hostname route | ❌ | ✅ |
112+
| Custom hostname route | ❌ | ✅ |

0 commit comments

Comments
 (0)