From 4d24e845ac5ca60b469b3bca5e5681edeceba6e2 Mon Sep 17 00:00:00 2001 From: Nat Alison Date: Sat, 1 Feb 2020 06:56:48 -0800 Subject: [PATCH] perf(www): get rid of unnecessary items in query (#21115) --- www/gatsby-node.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/www/gatsby-node.js b/www/gatsby-node.js index f35e6d80aedf9..955f12cef9051 100644 --- a/www/gatsby-node.js +++ b/www/gatsby-node.js @@ -187,13 +187,6 @@ exports.createPages = ({ graphql, actions, reporter }) => { id title slug - readme { - id - childMarkdownRemark { - id - html - } - } } } }