RESOURCE NOT FOUND
You just hit a route that doesn't exist... the sadness.
{({ location }) => getPossibleResources(location, data)}
)
export const query = graphql`
query {
allFile(filter: { sourceInstanceName: { eq: "resources" } }) {
edges {
node {
relativePath
}
}
}
}
`