Skip to content

Commit 6c1e22a

Browse files
authored
Update workers-kv-to-serve-assets.mdx
1 parent 58d2bf6 commit 6c1e22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/kv/examples/workers-kv-to-serve-assets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ description: Example of how to use Workers KV to store static assets
1010

1111
import { Render, PackageManagers, TabItem, Tabs } from "~/components";
1212

13-
By storing static assets in Workers KV, you can retrieve these assets globally with low-latency and high throughput. You can then serve these assets directly, or use them to dynamically generate responses. This can be useful when serving files and images, or when generating dynamic HTML responses from static assets such as translations.
13+
By storing static assets in Workers KV, you can retrieve these assets globally with low-latency and high throughput. You can then serve these assets directly, or use them to dynamically generate responses. This can be useful when serving files such as custom scripts, small images that fit within [KV limits](/kv/platform/limits/), or when generating dynamic HTML responses from static assets such as translations.
1414

1515
:::note[Note]
16-
With [Workers KV](/kv), you can access, edit and store assets directly from your [Worker](/workers). If you need to serve assets as part of a front-end or full-stack web application, consider using [Cloudflare Pages](/pages/) or [Workers static assets](/workers/static-assets/), which provide a purpose-built deployment experience for web applications and their assets.
16+
[Workers KV](/kv) allows you to access, edit and store assets directly from your [Worker](/workers). If you need to host a front-end or full-stack web application, use [Cloudflare Workers static assets](/workers/static-assets/) or [Cloudflare Pages](/pages/), which provide a purpose-built deployment experience for web applications and their assets.
1717
:::
1818

1919
## Write static assets to Workers KV using Wrangler

0 commit comments

Comments
 (0)