From 15c8f57e981e1510a6e1fa883d8e17e7479ed7ec Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Tue, 21 Jun 2022 12:21:14 -0700 Subject: [PATCH] (hopefully) invalidate gatsby cache --- gatsby-node.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index 6719a87..cb86540 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -156,7 +156,6 @@ exports.onCreateNode = async function ({ node, actions }) { // data layer is bootstrapped to let plugins create pages from data. exports.createPages = async ({ graphql, actions, reporter }) => { const { createPage } = actions; - // get all images const galleryImages = await graphql(` { allFile(filter: { sourceInstanceName: { eq: "gallery" } }) {