fix: removed unecessary guideUrl from frontmatter
This commit is contained in:
@@ -227,7 +227,6 @@ export const query = graphql`
|
||||
query BackendChallenge($slug: String!) {
|
||||
challengeNode(fields: { slug: { eq: $slug } }) {
|
||||
title
|
||||
guideUrl
|
||||
description
|
||||
instructions
|
||||
challengeType
|
||||
|
Reference in New Issue
Block a user