Skip to content

Commit 3b8c654

Browse files
committed
Adds changelog updates for Workers for Platforms support for static assets
1 parent e128ed8 commit 3b8c654

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
86.9 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Workers for Platforms Now Supports Static Assets
3+
description: Workers for Platforms supports static assets.
4+
products:
5+
- workers
6+
date: 2025-01-24T18:00:00Z
7+
---
8+
9+
[Workers for Platforms](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/) now supports the direct upload and management of [static assets](https://developers.cloudflare.com/workers/static-assets/), making it easier than ever to deliver complete solutions to your customers. Whether you’re running an eCommerce platform, SaaS application, or a custom developer ecosystem, this new feature lets you:
10+
11+
- Attach static files (like HTML, CSS, and JavaScript) directly to Workers.
12+
- Fetch and serve assets using [asset bindings](https://developers.cloudflare.com/workers/static-assets/binding/#binding) to power advanced applications.
13+
- Streamline deployment workflows with asset manifests and bulk upload functionality.
14+
15+
![Workers for Platforms Static Assets](public/images/workers/workers-assets/wfp-assets.png)
16+
17+
By combining your custom logic with integrated static assets, you can offer incredible flexibility to your customers, all delivered from Cloudflare’s global edge network.
18+
19+
For more information and setup instructions, please visit our [Direct Uploads documentation](https://developers.cloudflare.com/workers/static-assets/direct-upload/).

0 commit comments

Comments
 (0)