Skip to content
Closed
Changes from 2 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
@@ -1,9 +1,10 @@
---
pcx_content_type: concept
title: Static assets
title: Static Assets
description: Host static assets on Cloudflare's global network and deliver faster load times worldwide with Workers for Platforms.
---
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.

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.

### What you can build

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

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