gatsby-source-sanity
gatsby-source-sanity copied to clipboard
Gatsby source plugin for building websites using Sanity.io as a backend.
Since this morning we are getting this error after running gatsby project for development ``` warn Plugin gatsby-source-sanity called unstable_createNodeManifest() for node id "-aa5c661d-8306-5176-a37d-aa253333da33" with a manifest id of "dc11f5c4-7e63-4f77-8883-a0d95862b54a-2020-06-16T17:53:29.000Z"...
When using block content field in sanity ```js { ... type: 'array', of: [{ type: 'block' }] { ``` plugin in gatsby does not populate `list` value (bullet or number)....
After upgrading to `gatsby-source-sanity` to `7.4.2` references are not resolved correctly anymore. We have a `BlockContent` that accepts the following schema type: ``` name: 'pageLinks', title: 'Page Links', type: 'object',...
- add `gatsby-plugin-image` install notes. Hi team, i'm not sure if it's worth adding further notes regarding `gatsby-plugin-image`. The Gatsby docs explain in full which dependaices are required depending on...
Using `onCreateNode` in `gatsby-node`, I’m trying to use a transformer to compile and denormalize some data and then add this new value to the node with `createNodeField`. The process work...
``` warn Plugin gatsby-source-sanity called unstable_createNodeManifest() for node id "-5ee014cc-920c-5f60-8c0f-6b958134aefc" with a manifest id of "singletonHomepage-2022-06-03T15:40:28.000Z" but Gatsby couldn't find a page for this node. If you want a manifest...
In the documentation for using the new `gatsby-plugin-image` with `gatsby-source-sanity`, the example shows an implementation of `getGatsbyImageData` and passes in an object with a `maxWidth` set. Example here: https://www.gatsbyjs.com/plugins/gatsby-source-sanity/#using-images In...
1. Create a new document type (`newPage`) 2. Create a new object type with an array of references to the new document type (`newObject.newPageReferences`) 3. Add the new object type...
I'mrunning into this error when running a project: ERROR #gatsby-source-sanity_drafts.10002 [sanity] `projectId` must be specified Does anyone have an idea of what '_drafts' this might mean? Thanks!
When using `gatsby develop`, new documents created do not created.