Skip to content

Commit fb25184

Browse files
Added domains to compat matrix (#18583)
* Added domains to compat matrix * Update src/content/docs/workers/static-assets/compatibility-matrix.mdx Co-authored-by: Greg Brimble <[email protected]> * Update src/content/docs/workers/static-assets/compatibility-matrix.mdx * Update src/content/docs/workers/static-assets/compatibility-matrix.mdx --------- Co-authored-by: Greg Brimble <[email protected]>
1 parent 71108b8 commit fb25184

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/content/docs/workers/static-assets/compatibility-matrix.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
8282
| **Pages Functions** | | |
8383
| [File-based Routing](/pages/functions/routing/) |[^5] ||
8484
| [Pages Plugins](/pages/functions/plugins/) |[^6] ||
85+
| **Domain Configuration** | | |
86+
| [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)|||
87+
| [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|||
88+
| [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|||
89+
| [Non-root routes](/workers/configuration/routing/routes/) |||
8590

8691
[^1]: Similar to <sup>3</sup>, to customize the HTTP headers that are returned by static assets, you can use [Service bindings](/workers/runtime-apis/bindings/service-bindings/) to connect a Worker in front of the Worker with assets.
8792

src/content/partials/workers/wrangler-v1-deprecation.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
This page is for Wrangler v1, which has been deprecated.
1010
[Learn how to update to the latest version of Wrangler](/workers/wrangler/migration/v1-to-v2/).
1111

12-
1312
:::

0 commit comments

Comments
 (0)