-
## Summary
I'm working on a migration for my gatsby blog in order to shift from plain markdown posts to mdx. I have 260 posts, and as I face problems with the old sintax (they have html inside from…
-
I'd like to put logic that maps node types to specific paths for routing in a single file that can be imported/required by both `gatsby-node.js` as well as a React link component. I'm not sure how to …
-
## Summary
In order to pass `themeOptions` to a certain component, the best way currently is to pass it to the `pageContext`. It would be awesome if we can just import `themeOptions` in any com…
-
## Description
`gatsby-remark-images` produces and error if using `markdownCaptions: true` in `gatsby-config.js`
### Steps to reproduce
1. Create a new Gatsby site using the gatsby-starter-bl…
-
```
Unexpected identifier
/Users/iammark/Projects/openhouse/node_modules/react-spring/dist/addons.js:1
(function (exports, require, module, __filename, __dirname) { import _extends from '@babel/r…
-
## Summary
move inline commands in paragraph into new block in new line
### Basic example
#### before
5. Run `gatsby-develop` to see the newly generated pages and navigate through them.
…
-
Images are not showing within a button or a component that generates a button.
This will not work:
`/src/pages/login.js`
This will not work either:
…
-
## Summary
Emotion’s default SSR rendering inserts `` tags in the HTML body above each element being styled by an inline `css` (or `sx`) prop. This means that, until the React app loads and the bro…
-
Hello,
My SEO manager is not happy with the render as googlebot would 'see' the parralax page.
(tool url: https://www.google.com/webmasters/tools/googlebot-fetch-details)
nothing is rendered act…
Huaoe updated
5 years ago
-
## Summary
We have a project that where we are trying to use Yarn workspaces. The idea is to have 3 separate workspaces:
1. `Gatsby Website #1`
2. `Gatsby Website #2`
3. `Shared Components`
W…