-
## Description
As explained in docs, when I want to add custom_elements with setup function in RSS feeds with
gatsby-plugin-feed, my RSS title, description and link become "Untitled RSS Feed". Wh…
-
## Summary
![image](https://user-images.githubusercontent.com/2181306/73926348-63e70e00-48c7-11ea-8f30-795f9a195707.png)
When running a Lighthouse PageSpeed Insights test on any site in my networ…
-
When I run `gatsby clean && gatsby build && gatsby serve` I am getting 404s for some file attachments from Airtable.
* gatsby-source-airtable@^2.0.10
* gatsby-source-filesystem@^2.1.38
I have a…
-
It's possible this is expected behavior somehow, or I'm configuring it wrong. Feedback welcome.
### Problem
I have a base where different tables have the same field name, but different types. So…
-
## Description
Following the [Instructions](https://www.gatsbyjs.org/contributing/website-contributions/) got error described below.
Tried to use both npm and yarn to install dependencies (on…
-
I reported to @sidharthachatterjee vida email and was directed here, as it's suspected to be a Gatsby OSS issue.
## Description
When using Gatsby Preview with a deployed gatsby application the p…
-
## Description
I'm using the fluid prop to pass an array with a fluid image + gradient string to `BackgroundImage`
### Steps to reproduce
```
const imgOpacity = 0.3;
const bgFluidImageStack = […
-
Hello, my Airtable column contains URL strings to remote images, not attachments. So I am unable to use the example in `examples/recipes-with-photos`, since those are attachments.
My understanding …
-
## Description
I am trying to contribute to Gatsby and followed the steps show in the website (twice). Both the times `yarn test` failed with exit code 1 ( see #21473 ) so I started working on …
-
I’ve got a “Companies” table with an attachment field called “logo”. When I query it like this:
```graphql
allAirtable(filter: { table: { eq: "Companies" } }) {
edges {
node {
data …