Skip to content

Commit 7e4547a

Browse files
authored
Update src/content/docs/kv/examples/workers-kv-to-serve-assets.mdx
1 parent 1cd7cdf commit 7e4547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By storing static assets in Workers KV, you can retrieve these assets globally w
1515
:::note[Note]
1616
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

18-
[Workers KV](/kv) provides a more flexible API which allows you to access, edit and store assets directly from your [Worker](/workers) without requiring deployments. This can be helpful for serving custom assets that are not included in your deployment bundle, such as uploaded media assets or custom scripts and files generated at runtime.
18+
[Workers KV](/kv/) provides a more flexible API which allows you to access, edit, and store assets directly from your [Worker](/workers/) without requiring deployments. This can be helpful for serving custom assets that are not included in your deployment bundle, such as uploaded media assets or custom scripts and files generated at runtime.
1919
:::
2020

2121
## Write static assets to Workers KV using Wrangler

0 commit comments

Comments
 (0)