You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
This need to be improved indeed. Nothing is made to copy this files. Multiple solutions could be done. We should think about the easy one that does not cause performance trouble (eg does not check path in markdown ast as it will be expensive but instead just copy some given files)
That can make things heavy if each md files as tons of images... we should offers this as an option as it s ok for small site but this won’t scale for big project...
If adding the following content to
examples/react-app-blog/content/posts
:The "latest posts" page lists both the article and asixth-post/pic.png
post.phenomic
entry inpackage.json
and creating aphenomic.config.js
file with:I feel like I'm missing something akin to
gatsby-remark-copy-images
andgatsby-remark-copy-linked-files
, but not sure exactly what…The text was updated successfully, but these errors were encountered: