fix: removed unecessary guideUrl from frontmatter

This commit is contained in:
Randell Dawson
2019-02-18 23:11:19 -08:00
committed by Valeriy
parent 02ef934ce5
commit aa621a20b5
22 changed files with 0 additions and 22 deletions

View File

@@ -227,7 +227,6 @@ export const query = graphql`
query BackendChallenge($slug: String!) {
challengeNode(fields: { slug: { eq: $slug } }) {
title
guideUrl
description
instructions
challengeType