Skip to content

Commit c698f34

Browse files
committed
fix captioned image issue
1 parent 148a8b2 commit c698f34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/encyclopedia/data-conversion/external-storage.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags:
1919
- Data Converters
2020
---
2121

22+
import { CaptionedImage } from '@site/src/components';
23+
2224
The Temporal Service enforces a ~2 MB per-payload limit. When your Workflows or Activities handle data larger than this
2325
limit, you can use External Storage to offload payloads to an external store (such as S3) and pass a small reference
2426
token through the Event History instead. This is called the

0 commit comments

Comments
 (0)