From 49b7c5bf61992feefe3651bc4a6d04b5d8f1735f Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 18 Nov 2019 17:59:10 +1300 Subject: [PATCH] Use 3, 4 branches --- gatsby-config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 5cfe45b..8c8c4ac 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -16,8 +16,8 @@ module.exports = { resolve: `gatsby-source-git`, options: { name: `4`, - remote: `https://github.com/unclecheese/silverstripe-framework.git`, - branch: `pulls/4/gatsby-docs`, + remote: `https://github.com/silverstripe/silverstripe-framework.git`, + branch: `4`, patterns: `docs/en/**` } }, @@ -25,8 +25,8 @@ module.exports = { resolve: `gatsby-source-git`, options: { name: `3`, - remote: `https://github.com/unclecheese/silverstripe-framework.git`, - branch: `pulls/3/gatsby-docs`, + remote: `https://github.com/silverstripe/silverstripe-framework.git`, + branch: `3`, patterns: `docs/en/**` } },