-
## Description
When I run `gatsby build --prefix-paths` after running `gatsby clean`, all of the paths in my site are appropriately link; however, if I run `gatsby build --prefix-paths` again (withou…
-
## Description
One or more command windows pops up randomly, even when not coding / not saving and while `gatsby develop` is running.
### Steps to reproduce
This bug is hard to reproduce in itself …
-
Hi All,
I have a fairly complicated issue that I need some advice on so please bear with me.
I have a site on wordpress using the plugin 'mega menu max'. Using this plugin you can create dropd…
-
Several props from Gatbsy-image are missing default props. Sometimes it's mentioned at the end of the description, sometimes it isn't, and you're left to find that out by yourself.
It'd be really h…
-
Is it possible to get fragments from other js files without depending on string interpolation to add the fragments?
I am using gatsbyjs which uses its own graphql tag function that doesn't support …
-
Hi all
I'm converting a wordpress site to Gatsby but am running into an issue where my page content seems to be getting muddled up when retrieved by Gatsby. The issue seems to be related to it's po…
-
I am brand new to jamstack and have been sailing along with Jamify template... but I changed the logo favicon files and I keep getting this error in gatbsy cloud on deploy. I'm sure I must have just a…
-
## Summary
We're trying to move away from Blueprint and going all in on FontAwesome's free version. We also want to abstract away the fact that we're using FontAwesome, meaning we don't want to req…
-
## Description
Currently, when running `gatsby build && gatsby serve` and navigating to the page where the site is being served, some of the styles are not loading initially. However, if I navi…
-
**expecting**
I wanted to include react-admin in a Gatsby project so that I could have a /admin route that will be an interface for the site data.
**What happened instead:**
Using gatbsy new ____…