Skip to content

Commit 593af96

Browse files
committed
Changelog update: Announce static asset support for Workers for Platforms
1 parent 7f91be4 commit 593af96

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/content/changelogs-next/2025-01-31-workers-platforms-static-assets.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Workers for Platforms now supports Static Assets
33
description: Workers for Platforms customers can now serve static assets for User Workers directly from Cloudflare's global edge
44
products:
55
- workers-for-platforms
6-
date: 2025-01-31T01:00:00Z
6+
date: 2025-01-31T17:00:00Z
77
---
88

99
import { Render, TypeScriptExample } from "~/components";
@@ -12,13 +12,11 @@ Workers for Platforms customers can now attach static assets (HTML, CSS, JavaScr
1212

1313
This allows your platform to serve entire front-end applications from Cloudflare’s global edge, utilizing caching for fast load times, while supporting dynamic logic within the same Worker. Cloudflare automatically scales its infrastructure to handle high traffic volumes, enabling you to focus on building features without managing servers.
1414

15-
## Use Cases
15+
### What you can build
1616

17-
### Static Sites
18-
Host and serve HTML, CSS, JavaScript, and media files directly from Cloudflare's network, ensuring fast loading times worldwide. This is ideal for blogs, landing pages, and documentation sites because static assets can be efficiently cached and delivered closer to the user, reducing latency and enhancing the overall user experience.
17+
**Static Sites:** Host and serve HTML, CSS, JavaScript, and media files directly from Cloudflare's network, ensuring fast loading times worldwide. This is ideal for blogs, landing pages, and documentation sites because static assets can be efficiently cached and delivered closer to the user, reducing latency and enhancing the overall user experience.
1918

20-
### Full-Stack Applications
21-
Combine asset hosting with Cloudflare Workers to power dynamic, interactive applications. For example, an e-commerce platform can serve product pages while handling real-time inventory checks within the same Worker.
19+
**Full-Stack Applications:** Combine asset hosting with Cloudflare Workers to power dynamic, interactive applications. If you're an e-commerce platform, you can serve your customers' product pages and run inventory checks from within the same Worker.
2220

2321
<TypeScriptExample filename="index.ts">
2422
```ts
@@ -40,4 +38,5 @@ export default {
4038
```
4139
</TypeScriptExample>
4240

43-
You can upload static assets through the Workers for Platforms API or Wrangler. For more information, visit our [Workers for Platforms documentation](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets/).
41+
**Get Started:**
42+
Upload static assets using the Workers for Platforms API or Wrangler. For more information, visit our [Workers for Platforms documentation.](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets/)

0 commit comments

Comments
 (0)