Skip to content

Commit fa09e36

Browse files
authored
Update image-embeds.mdx
1 parent 728f751 commit fa09e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-embeds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets y
2424
![title](/path/image.jpg)
2525
```
2626
<Tip>
27-
To make sure images are displayed correctly in production, we recommend adding a forward slash to the relative image path (e.g. `/path/image.jpg`).
27+
To make sure images are displayed correctly in production, add a forward slash to the image path (e.g. `/path/image.jpg`).
2828
</Tip>
2929
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.
3030

0 commit comments

Comments
 (0)