Skip to content

Commit b4e0b53

Browse files
authored
Update docs/content/docs/2.storage/3.blob.md
1 parent 53958e4 commit b4e0b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/2.storage/3.blob.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default eventHandler(async (event) => {
277277

278278
A simple example of multipart upload in client with above routes:
279279

280-
```ts
280+
```ts [utils/multipart-upload.ts]
281281
async function uploadLargeFile(file: File) {
282282
const chunkSize = 10 * 1024 * 1024 // 10MB
283283

0 commit comments

Comments
 (0)