fix: source certificates into Gatsby (#39648)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-24 12:34:35 +02:00
committed by GitHub
parent f132f5157c
commit 4b14f9297b
4 changed files with 23 additions and 9 deletions

View File

@ -76,9 +76,6 @@ exports.createChallengePages = createPage => ({ node }, index, thisArray) => {
} = node;
// TODO: challengeType === 7 and isPrivate are the same, right? If so, we
// should remove one of them.
if (challengeType === 7) {
return null;
}
return createPage({
path: slug,