-
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved!
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
-
Solved!
|
Beta Was this translation helpful? Give feedback.
Solved!
All images included in the public folder can be accessed without any problem in production. The problem I had was that the path to the images that worked in visualstudio code make me forgot that in production the root path is the public folder itself. (I don't know if i explained it clear enough cause I'm not fluent in english, so here it is an example)
/public/myImage.png
including the image using markdown in file /content/1.guide.md
![my Image](/myImage.png)