Fix the config

This commit is contained in:
Serge Latyntcev 2019-11-21 11:40:22 +13:00
parent fa241c0f61
commit 3c1bb577fd
1 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@ module.exports = {
resolve: `gatsby-source-git`,
options: {
name: `4`,
remote: `/Users/acarlino/Sites/gatsby-docs-4`,
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
branch: `4`,
patterns: `docs/en/**`
}