Skip to content

Commit 515b6a4

Browse files
committed
Remove WfP static assets limitation
1 parent 8f8b7d5 commit 515b6a4

File tree

1 file changed

+2
-3
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+2
-3
lines changed

src/content/docs/workers/static-assets/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Requests to a project with static assets can either return static assets or invo
6767

6868
**Requests to static assets are free and unlimited**. Requests to the Worker script (e.g. in the case of SSR content) are billed according to Workers pricing. Refer to [pricing](/workers/platform/pricing/#example-2) for an example.
6969

70-
There's no additional cost for storing Assets.
70+
There's no additional cost for storing Assets.
7171

7272
### Troubleshooting
7373

@@ -77,8 +77,7 @@ There's no additional cost for storing Assets.
7777

7878
The following limitations apply for Workers with static assets:
7979

80-
- 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.
81-
- You cannot upload static assets to [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) [user workers](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/). This is a temporary limitation, we are working to remove it.
80+
- 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.
8281
- 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.
8382
- 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.
8483

0 commit comments

Comments
 (0)