-
My gatsby-node.js:
```
require("dotenv").config({
path: `.env.${process.env.NODE_ENV}`
})
const path = require("path")
const createPaginatedPages = require("gatsby-paginate")
exports.crea…
-
When I attempt to add a new item/post to a blog archive in the manager (6.0.2), the UI doesn't allow me to enter a new category, I can only choose an existing category from the dropdown. This is true …
-
Hi,
Using the plugin **gatsby-source-wordpress** I noted that the images inner post aren't loaded from the new Gatsby site. Instead of that, they are loaded from **http:///my-old-wordpress-site.co…
-
Not sure if my bad code or a bug, but it doesn't seem to be building production builds (via Netlify). Throws the error
`TypeError: expecting an array or an iterable object but got [object Null] `
…
-
Hi
I don't know if someone's reported this, could be a possible duplicate.
When you have an `IList` region containing multiple fields, they don't get properly assigned after choosing the page fr…
-
## Summary
To understand gatsby better, I am creating everything from scratch. So far so good. One of my experiment has been to use multiple `graphql` queries within `createPages`, run each of them…
-
# Description
My build is failing when trying to specify an importer for allowing for globbing sass files. This happens whether I try to use the importer in `gatsby-config.js` or `gatsby-node.js`.
…
-
## Description
Describe the issue that you're seeing.
Gatsby develop runsas expected, though with one warning
'Module Warning (from ./node_modules/gatsby/node_modules/eslint-loader/index.…
-
## Description
Having problems installing sharp plugins. I'm a newbie so am pretty much at a loss and have gone as far I can.
Describe the issue that you're seeing.
### Steps to reproduc…
-
## Markdown is not working and gatsby develop gives me errors
I'm trying to get markdown to work on the website by following [Adding markdown guide](https://www.gatsbyjs.org/docs/adding-markdown-pa…