-
## Description
When running `gatsby develop` on `www`:
```
warn code block or inline code language not specified in
warn unable to find prism language 'sh' for highlighting.
warn unable to fi…
-
## Description
We heavily use Markdown and, in particular, Markdown code fencing for our code snippets. For example:
````markdown
Hello, a code snippet is below
```js
var a = 'waddup'
var …
-
It would be great if this plug-in had the ability to catch internal links in MD/MDX files and turn them into multi-language routes similar to how Gatsby's [gatsby-plugin-catch-links](https://github.co…
-
**Is your feature request related to a problem? Please describe.**
We recently updated our ["ETH" page](https://github.com/ethereum/ethereum-org-website/blob/dev/src/pages-conditional/eth.js) from a …
-
## 🐛 Bug report
### Current Behavior
I've made a wrapper for the MenuButton-component, and trying to use it in my Gatsby-project, and I get this error message.
Here's the the component:
![im…
-
## Summary
_This feature is relevant for the build stage_
So Gatsby creates a JS bundle which will be used:
- When Gatsby creates the html pages.
- When served to the client.
But suppose so…
-
## Description
After upgrading `gatsby` to `2.24.7` and `gatsby-cli` to `2.12.63`it will not build or start the development sever
### Steps to reproduce
Upgrade your gatsby with npm upda…
-
This is what your project is built to do:
`http://asdf.com/page` : activates some SSR code that rewrites the url to the right language
`http://asdf.com/en/page` : The page in English
`http://asd…
-
## Description
`Building static HTML failed for path "/404/"
See our docs page for more info on this error: https://gatsby.dev/debug-html
Error: Minified React error #294; visit https://rea…
-
## Description
I downloaded a baisc and simple `using-i18n` from https://github.com/gatsbyjs/gatsby/tree/master/examples/using-i18n. I installed Gatsby plugin via `npm`. Finally I ran `gatsby devel…