-
### 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…
-
## Description
I ran a Lighthouse audit on my site and on the Gatsby site. I noticed the same note appearing in the "Progressive Web App" section. Content is not oversized for the viewport.
…
-
My plugin config like this:
```
{
resolve: "gatsby-source-graphql",
options: {
typeName: "GQLServer",
fieldName: "api",
url: process.env.GATSBY_API_URL,
…
-
-
Hi There,
I'm having an issue with the `gatbsy build` task. It will fail if the image it's trying to import doesn't exist. Is there a way to ignore images that cannot be found?
I'm also having a…
-
HI
Everything worked fine until today and I'm not able to find out why.
Following Versions are installed:
Wp: 5.6.0
Wp-Gatsby: 0.9.1
Wp-Grapahwql: 1.1.3
I don't get any errors and I see t…
-
The link to the SEO now points to the object, instead of the publicURL.
-
Running `gatsby develop` fails with deprecations warnings traced to `react-refresh-webpack-plugin` (traced using `node --trace-deprecation ./node_modules/gatsby/dist/bin/gatsby develop`).
Error mes…
-
## Description
I'm getting the Warning `Query takes too long` on very small queries, for example:
```
export const pageQuery = graphql`
query impressumPageQuery {
markdownRemark(frontma…
-
Hi there!, I have followed all the instructions of the `README.md` file of the Gatbsy plugin `gatsby-remark-table-of-contents`, but I have the following problem in a Gatsby Carbon Theme project:
Th…