Subfolders in assets result in overwrite images having the same names
tareefdev opened this issue · 2 comments
tareefdev commented
If there are subfolders inside assets
which contain images have same names, like:
- assets
|_ sub-folder-1
|___ image1.png
|_ sub-folder-2
|___ image1.png
the following markdown will display /assets/sub-folder-2/image1.png
for both of images:
[my-first-image](./assets/sub-folder-1/image1.png)
[my-second-image](./assets/sub-folder-2/image1.png)
megant commented
If there are folders mounted to another gatsby-source-filesystem plugin with the same name as relative-images filesystem, it overwrites the frontmatter slug. It kills my sitemap structure.
sarahbethfederman commented
We are having this issue too, hope to see the fix make it in soon 👍