-
Hi @akabekobeko ! 👋 Hope you are well.
I have worked on a PR for `gatsby-remark-copy-linked-files` for a while now, and it finally got merged:
https://github.com/gatsbyjs/gatsby/pull/36213
Th…
-
This looks like a great start to a plugin I'm in need of. Awesome. However, I can't get the images to unzoom.
I'm using https://github.com/pretzelhands/gatsby-starter-semantic-ui as the starter wit…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm using netlify and have followed your instructions but the images are not found.
Here is my gatsby-config:
```
module.exports = {
plugins: [
'gatsby-plugin-react-helmet',
'gatsb…
-
Installed to deal with Netlify CMS, but it seems to have upset the entire site. First error is
```
**Error:** Cannot find module 'project/node_modules/gatsby-remark-relative-images/index'
```
T…
-
Olá!
Fiz tudo corretamente com o prism:
No config:
` {
resolve: 'gatsby-transformer-remark',
plugins: [
{
resolve: 'gatsby-remark-r…
-
I am trying to implement this plugin to work with my self hosted videos. Currently getting 'Error: Unable to find plugin "gatbsy-remark-videos". Perhaps you need to install its package?' error during …
-
I'm trying to render an image in a markdown file like so:
`![US Energy Infrastructure Visualization](/src/images/us-viz.png)`
The markdown file is located at `contents/docs/templates/use-cases/us-…
-
The `gatsby-source-filesystem` must be included before the `gatsby-theme-pkm-garden` plugins. Not doing this might lead to the following error.
```
Field "image" must not have a selection since ty…
-
I'm getting this error trying to run `gatsby develop`
we're using the latest Gatsby packages:
```
"gatsby": "^4.10.0",
"gatsby-background-image": "^1.6.0",
"gatsby-cli": "^4.10.0",
…