diff --git a/image-embeds.mdx b/image-embeds.mdx index 7d54545dc..19fc9fa41 100644 --- a/image-embeds.mdx +++ b/image-embeds.mdx @@ -23,7 +23,9 @@ The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets y ```md ![title](/path/image.jpg) ``` - + +To make sure images are displayed correctly in production, add a forward slash to the image path (e.g. `/path/image.jpg`). + 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. ### Using Embeds