feat(archives): transfer locally, instead of fetching from git

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 03:48:34 -05:00
parent 9f6e420a44
commit 0bc9d6b3df
9 changed files with 861 additions and 63 deletions
+2 -3
View File
@@ -64,11 +64,10 @@ module.exports = {
},
},
{
resolve: `gatsby-source-git`,
resolve: `gatsby-source-filesystem`,
options: {
name: `what-is-archive`,
remote: `https://github.com/the-programmers-hangout/technology-spotlight`,
patterns: [`*.md`, `!README.md`],
path: `${__dirname}/src/content/archives`,
},
},
`gatsby-transformer-sharp`,