You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image-embeds.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets y
23
23
```md
24
24

25
25
```
26
-
26
+
<Tip>
27
+
To make sure images are displayed correctly in production, add a forward slash to the image path (e.g. `/path/image.jpg`).
28
+
</Tip>
27
29
Note that the image file size must be less than 5MB. Otherwise, we recommend hosting on a service like [Cloudinary](https://cloudinary.com/) or [S3](https://aws.amazon.com/s3/). You can then use that URL and embed.
0 commit comments