hygraph / gatsby-source-graphcms

The official Gatsby source plugin for GraphCMS projects
https://graphcms.com
MIT License
145 stars 41 forks source link

feat: Build files nodes for GraphCMS image assets #77

Closed ynnoj closed 4 years ago

ynnoj commented 4 years ago

Uses createRemoteFileNode to build local file nodes for GraphCMS images.

Can be used with gatsby-image etc.

This features is opt in, must be enabled in gatsby-config.js:

{
  resolve: 'gatsby-source-graphcms',
  options: {
    downloadLocalImages: true
  }
}
github-actions[bot] commented 4 years ago

:tada: This PR is included in version 0.1.0-next.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.1.0-next.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: