Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.

Expand Down
1 change: 0 additions & 1 deletion src/content/partials/workers/wrangler-v1-deprecation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


:::
Loading