(hopefully) invalidate gatsby cache
This commit is contained in:
parent
7a77bfbe78
commit
15c8f57e98
@ -156,7 +156,6 @@ exports.onCreateNode = async function ({ node, actions }) {
|
|||||||
// data layer is bootstrapped to let plugins create pages from data.
|
// data layer is bootstrapped to let plugins create pages from data.
|
||||||
exports.createPages = async ({ graphql, actions, reporter }) => {
|
exports.createPages = async ({ graphql, actions, reporter }) => {
|
||||||
const { createPage } = actions;
|
const { createPage } = actions;
|
||||||
// get all images
|
|
||||||
const galleryImages = await graphql(`
|
const galleryImages = await graphql(`
|
||||||
{
|
{
|
||||||
allFile(filter: { sourceInstanceName: { eq: "gallery" } }) {
|
allFile(filter: { sourceInstanceName: { eq: "gallery" } }) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user