Skip to content

Where do i need to store the images ? #809

Answered by darioaxel
darioaxel asked this question in Q&A
Discussion options

You must be logged in to vote

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)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by darioaxel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant