From f6c91603f94acc5d8d7486f7001a0ef4fac4438e Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Thu, 5 Dec 2024 10:47:52 +0000 Subject: [PATCH] Added domains to compat matrix --- .../docs/workers/static-assets/compatibility-matrix.mdx | 4 ++++ src/content/partials/workers/wrangler-v1-deprecation.mdx | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index 4415e1e3997a94..406d2972450299 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -80,6 +80,10 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | **Pages Functions** | | | | [File-based Routing](/pages/functions/routing/) | ❌ [^6] | ✅ | | [Pages Plugins](/pages/functions/plugins/) | ❌ [^7] | ✅ | +| **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)|❌|✅| [^1]: Does not currently support Workers with static assets. For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments). diff --git a/src/content/partials/workers/wrangler-v1-deprecation.mdx b/src/content/partials/workers/wrangler-v1-deprecation.mdx index d6689714ea13f2..d16920dd5b6fdb 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/). - :::