-
## Description
Im getting 3 error's when changing a specific .md file (/src/pages/home/index.md)
- Field "mainImage" must not have a selection since type "String" has no subfields
- Field "aboutI…
-
A while back I created a plugin, `gatsby-plugin-excerpts`, to provide a customiseable way for extracting snippets from content. I don't like the way that many plugins in the Gatsby ecosystem only work…
-
### Subject of the feature
Sometimes the content that people write using markdown should be compatible with external markdown-related tools (github markdown, markdownlint...) that do not rely on MD…
-
**Main problem:**
My images (used in css or imported from js too) are not showing.
**My little research:**
Here's my manifest.json
{
"_/_/frontend/src/components/shared/act-card-templ…
-
## Description
Ggatsby can't validate my domain(https://kürşat.com) in config to start development environment.
### Steps to reproduce
1-) edit gatsby-config.js
```javascript
module.exports…
-
**Describe the bug**
Bullet list is broken after first enter. Requires 2 enters to create 2nd bullet.
**To Reproduce**
![image](https://user-images.githubusercontent.com/58653359/98457912-4af…
-
Hi!
I couldn't make this plugin work here.
Has anyone managed to make this work in conjunction with `gatsby-remark-images`? I'm wondering it might be a compatibility problem.
I've followed the gu…
-
## Description
Describe the issue that you're seeing.
As specified in the tutorial I added the line of code `(sort: { order: DESC, fields: [frontmatter___date] })` to the allMarkdownRemark to so…
-
## 🐛 Bug Report
When running `gatsby build` I get an error `cannot find module worker-threads`.
I attempted deleting cache, node-modules, and package-lock.json and then re-running `npm i` but th…
-
module.exports = {
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [
// Make CSS grids available
…