Skip to content

Commit 14087b0

Browse files
Fix issue: WorkspaceTaskSubType.META_DESCRIPTION (#20543)
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent fd144d9 commit 14087b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/images/upload-images/upload-file-worker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
pcx_content_type: how-to
33
title: Upload via a Worker
4+
description: Learn how to upload images to Cloudflare using Workers. This guide provides code examples for uploading both standard and AI-generated images efficiently.
45

56
---
67

@@ -26,7 +27,6 @@ const response = await fetch(API_URL, {
2627
body: formData,
2728
});
2829
```
29-
3030
## Upload from AI generated images
3131

3232
You can use an AI Worker to generate an image and then upload that image to store it in Cloudflare Images. For more information about using Workers AI to generate an image, refer to the [SDXL-Lightning Model](/workers-ai/models/stable-diffusion-xl-lightning).

0 commit comments

Comments
 (0)