diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index f826d2e6c17981d..9e2f59f5b61b2e8 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -82,6 +82,11 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | **Pages Functions** | | | | [File-based Routing](/pages/functions/routing/) | ❌ [^5] | ✅ | | [Pages Plugins](/pages/functions/plugins/) | ❌ [^6] | ✅ | +| **Domain Configuration** | | | +| [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)| ✅ | ✅ | +| [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|✅|✅| +| [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|❌|✅| +| [Non-root routes](/workers/configuration/routing/routes/) | ✅ | ❌ | [^1]: Similar to 3, 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. diff --git a/src/content/partials/workers/wrangler-v1-deprecation.mdx b/src/content/partials/workers/wrangler-v1-deprecation.mdx index d6689714ea13f2f..d16920dd5b6fdb8 100644 --- a/src/content/partials/workers/wrangler-v1-deprecation.mdx +++ b/src/content/partials/workers/wrangler-v1-deprecation.mdx @@ -9,5 +9,4 @@ This page is for Wrangler v1, which has been deprecated. [Learn how to update to the latest version of Wrangler](/workers/wrangler/migration/v1-to-v2/). - :::