-
I noticed that the value set for defaultLanguage is not picked up in my own project. Also tried in the krashna project and the example project in this repo. Same behavior.
Expected:
When I set in …
-
## Summary
I would like to create E-commerce website using gatsbyJS + Express as backend,
I have a problem with multi-lang and the client-only paths.
I want to achieve something like this:
h…
-
## Summary
Hello. I'm trying to style the `body` tag per page, and have used sass with imports for this. Yet, I have encountered, that the styles are shared across all the generated pages. I have…
-
This issue happened in windows environment using git bash. the transformer is not able to find the createMock function, so it will not convert the mock.
If you run npm run test:debug it will log th…
-
## Description
`wrapPageElement` doesn't seem to be picked up during Netlify build even though it is in local.
### Steps to reproduce
Here is my `gatsby-browser.js`:
```jsx
import "./src/…
-
I am able to submit my the contact form in the footer on desktop version but not on mobile. "Send message" button and message text box of the contact form is not clickable on mobile. Below is my code …
ghost updated
4 years ago
-
## Description
Since I started using Gatsby a couple of months ago, I regularly get issues when visiting the published site. No issue in local development. The issue gets fixed when hitting Ctrl-Sh…
-
## Description
Describe the issue that you're seeing.
All the gatsby developed and displayed normally, but the HTML layout after the gatsby was built was disordered, the image SRC path was wro…
-
Hello,
my site has two entry points `/` and `/en`. This is my setting:
```
{
resolve: `gatsby-plugin-intl`,
options: {
path: `${__dirname}/src/intl`,
languages: ['en'],
def…
-
## Description
command `gatsby run develop --https` fails in the generate certificate step if the path of the project contains spaces
### Steps to reproduce
I'm on windows, so I don't know if…