gfu-servant-engineering / tech-connect-frontend

Web platform for connecting the technological needs of front line mission groups with solution providers from churches, like-minded universities, and other mission minded organizations
https://tech-connect.netlify.com/
MIT License
0 stars 0 forks source link

Clean Up Repo #28

Closed liliematia closed 5 years ago

liliematia commented 5 years ago

This PR removes excess images and default template files that we're no longer using.

kjh61998 commented 5 years ago

Hey, so all of the checks failed. I re-ran the checks and didn't see a change. Looking at the logs, it looks like there's a "tags" that the GraphQL is trying to query, but it can't query it.

liliematia commented 5 years ago

Whoops, weird! Thanks for letting me know, I'll look into it.

chris-hammond commented 5 years ago

From the build logs:

3:43:10 PM: Cannot query field "tags" on type "MarkdownRemarkFrontmatter". 3:43:10 PM: GraphQL request (11:15) 3:43:10 PM: 10: frontmatter { 3:43:10 PM: 11: tags 3:43:10 PM: ^ 3:43:10 PM: 12: templateKey 3:43:10 PM: error gatsby-node.js returned an error 3:43:10 PM: 3:43:10 PM: GraphQLError: Cannot query field "tags" on type "MarkdownRemarkFrontmatter". 3:43:10 PM:
3:43:10 PM: - new Promise 3:43:10 PM:
3:43:10 PM: - index.js:358 graphqlRunner

liliematia commented 5 years ago

I'm closing this PR since it's a little broken and @kjh61998 is merging Tag changes in a different PR. The changes this PR introduced will be done correctly on a separate branch pulled from the updated master branch.