-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Using 2.8.0
Picking up from #214, where the same issue occurred with local images - null in production but valid in development. Not sure if the issue here is related.
Example project with public API endpoint.
Plugin config:
{
resolve: 'gatsby-source-graphcms',
options: {
endpoint: process.env.GRAPHCMS_API_ENDPOINT,
buildMarkdownNodes: true,
downloadLocalImages: true,
},
}
`
Metadata
Metadata
Assignees
Labels
No labels