gatsby-source-sanity
gatsby-source-sanity copied to clipboard
Gatsby source plugin for building websites using Sanity.io as a backend.
Added option to set apiVersion in gatsby-config options Updated README to include a description of same
Since the plugin uses apiVersion = 1 which seems not the desired format of YYYY-MM-DD, we get the following warning: Using the Sanity client without specifying an API version is...
I'm optimizing images for SEO and can't seem to solve this issue: I'd like to keep the image filename somewhere within the final images filenames I've found the option for...
Is there any specific reason it's not supported right now? According to the [gatsby-image](https://www.gatsbyjs.org/packages/gatsby-image/#gatsby-source-sanity) docs, only these options are supported: > **gatsby-source-sanity** > > - `GatsbySanityImageFixed` > - `GatsbySanityImageFixed_noBase64` >...
If you update a document watchmode notices the change.The change doesn't occur on documents referencing the changed document. However, If you make any other minor edit to the document referencing...
A scenario that came up in our community slack: User requests gatsby image data from GraphQL, but due to a misunderstanding passes this data to the `getGatsbyImageData()` method. It crashes...
Usually, I'd be able to do something similar to this: ```jsx import React from 'react'; import { graphql } from 'gatsby'; const ComponentName = ({ data }) => { return...
In order to explain why I think the current SanityImage params are not flexible enough, I'm going to give an example. Let's say I have a 400x400 div in my...
Using Fix code `gatsbyImageData`, since it's supplied by the plugin.
Updates `gatsby-source-sanity` to support passing a subset of Sanity's Image Pipeline transformations when making calls via GraphQL or through the image utility functions. References: https://github.com/sanity-io/gatsby-source-sanity/issues/89