-
This is a cool project, but it is unclear to me how to handle a few use cases. We use [react-markdown](https://github.com/rexxars/react-markdown) currently, and moving to MDX with Next would be ideal,…
-
## Description
```
warn There are conflicting field types in your data.
If you have explicitly defined a type for those fields, you
can safely ignore this warning message.
Otherwise, Gatsby …
-
## Description
As far as I can tell it's an issue with the Gatsby `id` field generation in the contentful-plugin. Obviously one is generating an array of string and the other is just a string. I'm …
-
# Description
First off, the website works fine on Gatsby develop. when i build the website, the mobile navbar hamburger menu is moved to the bottom of the HTML DOM. For a tiny fraction of time aft…
-
## Description
When running `gatsby develop` on `www`:
```
warn code block or inline code language not specified in
warn unable to find prism language 'sh' for highlighting.
warn unable to fi…
-
## Description
I'm setting apollo client for using on hybrid app as described [here](https://www.gatsbyjs.com/docs/adding-app-and-website-functionality/).
I've manage to create the private route w…
-
## Description
Locally 'npm run build' works fine.
On CircleCI it fails with:
```
info bootstrap finished - 14.297 s
⠀
[] 0/3 0.0 s 0% Generating image thumbnails [] 0/16 0.0 s 0% Gener…
-
When trying to connect to bases with a lot of attachments Develop keeps failing because the connection with airtable times out trying to re-download every image on every build.
Issues
1. Gatsby-S…
-
Create flow charts documenting flow of data through application with both wpapi and Airtable.
Activity should have numbers that go to Airtable and public stuff that goes to Wordpress. Anything that …
-
The following code works and I can load my AirTable data into GraphQL queries within my site.
```js
{
resolve: `gatsby-source-airtable`,
options: {
apiKey: `keyxxxxxxxxxxx`…