createPages = async ({ graphql, actions }) => { const { createPage } = actions const nodes = await graphql(` { allWpPage { nodes { id title …
createPages = async ({ graphql, actions }) => { const { createPage } = actions const nodes = await graphql(` { allWpPage { nodes { id title …