#Trying to add an image into my .md file

1 messages · Page 1 of 1 (latest)

gentle lantern
#

I have the following line in my .md file:

![Cozy Coffee](/assets/images/cozy_coffee.png)

However, despite the file actually being there, it just displays the text, "Cozy Coffee".
Any insight on why it is not actually showing the picture?
I double-checked the path as well as the exact naming, and the image is there and all correct.

glass mauve
#

is the assets folder located inside src ? if so then you will have to use a relative path (../assets/---) else you can move assets into the public and it will work with your current snippet