gatsby-source-sanity
gatsby-source-sanity copied to clipboard
Gatsby source plugin for building websites using Sanity.io as a backend.
Getting error on `gatsby develop/build`. No useful hints to help debug the issue so throwing here to get some insight. ``` MDB_PROBLEM: Unexpected problem - txn should abort Error: MDB_PROBLEM:...
I had a Sanity+Gatsby page that has an Azure devops pipeline for CD. It uses an ubuntu image to build the static page and upload it to a Azure Static...
Hello, When using getFluidGatsbyImage from gatsby-source-sanity, the images returned are degraded. Using `const fluidProps = getFluidGatsbyImage(node.asset._ref, {maxWidth: 3000}, clientConfig.sanity) ` returns images with a lowered quality. The smaller the image,...
I'm trying to add a custom field to my SanityDocument by using createSchemaCustomization API, the new field will combine a few SanityDocument fields in one, but one of those fields...
Release tagged 7.3.2 doesn't correspond to main branch in repo and doesn't include some recent work
I was investigating a problem that appears to be fixed in 7.3.2 (relating to semver changes), but the built code doesn't include this work. For example: ``` # node_modules/gatsby-source-sanity/package.json {...
I'd like to see a new option in the GraphQL schema to resolve Gatsby image data in `_rawContent`. Intended usage: ```gql { allSanityPage { nodes { id _rawContent( resolveReferences: {maxDepth:...
the `hotspot` and `crop` values are returned as null when querying them through the gatsby gql server when using this plugin, but when using the original graphql api of my...
This PR bumps the version of @sanity/image-url to `1.0.1` (where a bug causing rounding errors in crop rects were fixed).
From [the Gatsby docs](https://www.gatsbyjs.org/docs/creating-a-source-plugin/#creating-the-reverse-relationship): > It’s often convenient for querying to add to the schema backwards references. For example, you might want to query the author of a post, but...
It would be great if there was a way to use the crop and hotspot defined in the sanity backend with the gatsby-image component.