Skip to content

Commit 85a7a0f

Browse files
authored
Update static-assets.mdx
Added more clarity to first sentence
1 parent 4c41b6f commit 85a7a0f

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: concept
33
title: Static assets
44
description: Host static assets on Cloudflare's global network and deliver faster load times worldwide with Workers for Platforms.
55
---
6-
Workers for Platforms lets you deploy front-end applications at scale. By hosting static assets on Cloudflare's global network, you can deliver faster load times worldwide and eliminate the need for external infrastructure. You can also combine these static assets with dynamic logic in Cloudflare Workers, providing a full-stack experience for your customers.
6+
Workers for Platforms with static assets allows you to deploy front-end applications at scale. By hosting static assets on Cloudflare's global network, you can deliver faster load times worldwide and eliminate the need for external infrastructure. You can also combine these static assets with dynamic logic in Cloudflare Workers, providing a full-stack experience for your customers.
77

88
### What you can build
99

@@ -254,4 +254,4 @@ Run Wrangler to publish both your Worker code and the static assets:
254254
npx wrangler deploy --name <USER_WORKER_NAME> --dispatch-namespace <NAMESPACE_NAME>
255255
```
256256

257-
Wrangler will automatically detect your static files, bundle them, and upload them to Cloudflare along with your Worker code.
257+
Wrangler will automatically detect your static files, bundle them, and upload them to Cloudflare along with your Worker code.

0 commit comments

Comments
 (0)