Skip to content

Commit 1d923c2

Browse files
authored
Update static-assets.mdx
Capitalize Static Assets in the title + add link to Workers static assets
1 parent 1672a33 commit 1d923c2

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
pcx_content_type: concept
3-
title: Static assets
3+
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 lets you deploy front-end applications at scale. By hosting [static assets](/workers/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)