mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
feat(archives): transfer locally, instead of fetching from git
This commit is contained in:
+2
-3
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user