-
I started with 'gatsby new' command building a gatsby site, and added a framer component to index.js just like:
```js
import React from "react"
import { Link } from "gatsby"
import Layout from…
-
This is a very nice Gatsby Digital Garden theme and I am able to set it very quickly and even able to set up syntax highlighting with the given instruction.
However, I am not able to figure out how…
-
**Describe the bug**
Context:
https://community.netlify.com/t/netlify-cms-is-throwing-a-callback-has-already-been-called-error/20515/4
Gatsby project fails when using the CMS plugin with a TypeSc…
-
Hi!
I have this message on the terminal
> warn Plugin gatsby-remark-image-attributes is not compatible with your gatsby version 5.7.0 - It requires
gatsby@^2.24.50 || ^3.0.0 || ^4.0.0
And in th…
-
I am using this with Gatsby and when running `gatsby develop` I get the following error:
```
ERROR #98123 WEBPACK
Generating development JavaScript bundle failed
Unexpected token (13:19)
…
-
Hi Draftbox
I found one issue in Gatsby-ghost-novela-theme.
**Cannot read property 'variables' of undefined**
gatsby-config.js:181 theme
[gatsby-starter-ghost]/[@draftbox-co]/gatsby-ghost-n…
-
How would I use this plugin with 'gatsby-source-filesystem' as both want to use node type File?
Error I get if I include both plugins is:
```
The plugin "gatsby-source-filesystem" created a nod…
jpalo updated
3 years ago
-
### Describe the Bug
Using gatsby-source-directus, when requesting a specific image using a GraphQL query in a static page query _and_ in gatsby-node.js/page query of page created by gatsby-node.js, …
jarne updated
2 years ago
-
https://github.com/forestryio/forestry.io/blob/master/hugo/content/docs/guides/developing-with-gatsby.md#known-limitations
On the “Known limitations” page, it says that Gatsby and Forestry have iss…
-
**Expected output**
Head API to function as described by Gatsby.
**Actual output**
Adding the gatsby-theme-material-ui to the plugin list in gatsby-config.js resulted in a run time error 'Head is…