-
## Description
intro: I am quite new to JS + React + Gatsby and happened to meet Gatsby through a 'React for Designers' course. The course content was quite good overall, but not up-do-date for…
-
Hi Guys,
Loving Gatsby :) I am trying the 2.0 beta and I cant get debugging working. Before I could use the browser tools to put a breakpoint in a page when running under 'gatsby develop'. Now none…
-
When running gatsby build I get the following errors on the terminal.
WebpackError: TypeError: Cannot read property 'history' of undefined
![image](https://user-images.githubusercontent.com/65…
-
## Description
Usability testing to do after tasks below are done:
- [x] Develop personas of the types of people who visit gatsbyjs.org and what they're looking for (for example, non-programmers vs. …
-
## Description
Since the middle of this month (I don't know which version change) the image generation fails if I try to generate all images. I've got images all over my site and Gatsby tells me th…
-
## Summary
After reviewing some of the community starters I found that many of them are specific to gatsby v1. As a result of this I had two questions.
1) Should we not specify in [https://github.…
-
## Description
Upgrading from `"gatsby-plugin-react-helmet": "^1.0.8"`
to `"gatsby-plugin-react-helmet": "^2.0.4"` and `react-helmet` latest
results in
`Cannot read property 'call' of undefi…
-
Hi. I am running into issues using the WordPress plugin on a self-hosted WordPress website using basic authentication.
On running gatsby build I get an error and no nodes generate. Details. below.
…
-
Hi everyone,
I just created a new Gatsby project for a client.
I just ran these following commands
`gatsby new mynewproject`
`cd mynewproject`
`gatsby develop`
Until here, nothing wrong. But …
-
It'd be awesome if it could support gatsby-remark-* plugins so it instantly has image support, etc. Not 100% sure if possible so if not, reimplement a similar API.