-
Hello,
This looks super helpful. I'm trying to get it going.
I created something from scratch using: gatsby new reactTest
Then I edited the config.js and added:
- my access token, and for the …
-
Hi,
I attempted to replace a depreciated dependency `gatsby-image` because upstream replaced it with `gatsby-plugin-image`; however, I realize this task is impossible unless somebody modifies the d…
-
Hello, hoping you can help me understand the following issue, thanks!!
I've configured your plugin with `sourceOnlyMode: true` and configured `gatsby-source-shopify` alongside it (I understood that…
-
With PR #123 (https://github.com/contentstack/gatsby-source-contentstack/pull/123/files#diff-6d7a97f0e776f3de4a5359346231cd4ce6b76c437f8a414cecf918f23dfe9e62R45-R49) there is a new requirement for use…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
- [x] `npm i gatsby-source-sanity`
- [x] + gatsby-source-sanity@7.4.1
- [x] npm install gatsby@latest gatsby-plugin-image@latest gatsby-plugin-sharp@latest gatsby-transformer-sharp@latest
- [x] g…
-
I'm using this package to pull in some job posts data but I'm getting the following error during the gatsby build...
```
Fetch Greenhouse data
Starting to fetch data from Greenhouse
Failed to fe…
-
## Description
When using strapi navigation plugin on strapi, I get the following error
```
ERROR #11321 PLUGIN
"@relate-app/gatsby-source-strapi" threw an error while running the sourceN…
-
[gatsby-plugin-mdx](https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/?=mdx) allows multiple directories:
```javascript
// gatsby-config.js
module.exports = {
plugins: [
{
resolve…
-
Not sure if there's a bug or if I'm missing something but I'm having trouble interacting with images.
I've tested some image transforms when using `gatsby-source-wordpress` and everything works as …