diff --git a/src/content/docs/workers/static-assets/billing-and-limitations.mdx b/src/content/docs/workers/static-assets/billing-and-limitations.mdx index 97bab1187b6c8e..6c667c15f94598 100644 --- a/src/content/docs/workers/static-assets/billing-and-limitations.mdx +++ b/src/content/docs/workers/static-assets/billing-and-limitations.mdx @@ -21,7 +21,6 @@ The following limitations apply for Workers with static assets: - There is a 20,000 file count limit per [Worker version](/workers/configuration/versions-and-deployments/), and a 25 MiB individual file size limit. This matches the [limits in Cloudflare Pages](/pages/platform/limits/) today. - In local development, you cannot make [Service Binding RPC calls](/workers/runtime-apis/bindings/service-bindings/rpc/) to a Worker with static assets. This is a temporary limitation, we are working to remove it. -- Workers with assets cannot run on a [route or domain](/workers/configuration/routing/) with a path component. For example, `example.com/*` is an acceptable route, but `example.com/foo/*` is not. Wrangler and the Cloudflare dashboard will throw an error when you try and add a route with a path component. ## Troubleshooting