Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed https://github.com/stevetweeddale/gatsby-source-git/issues/22 #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

terminalqo
Copy link

@terminalqo terminalqo commented Nov 6, 2020

fixed #22
because the loadNodeContent function in gatsby-transformer-remark need gatsby-source-git to imply.
but in this plugin, don't have this function.

we can add this function to index.js at root. and handle file content use fs-extra.

so, dont need gatsby-source-filesystem anymore.

tested in my project.

sorry for my poor english~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requires gatsby-source-filesystem in gatsby-config.js
1 participant