gatsby Questions
2
Solved
I was trying to follow the documentation on including rehype plugins for gatsby-plugin-mdx. Specifically I was trying to use the rehype-slug plugin. I installed the packaged with npm and set my gat...
Vita asked 13/9, 2021 at 16:54
4
Solved
I have been tweaking in Gatsby and by far it provides seamless functionality for static websites. I have stack where I need to design layouts using bootstrap as far as layouts are concerned bootstr...
Peaceful asked 7/6, 2019 at 11:30
4
Solved
I use mac and I installed gatsby-cli by:
npm install --global gatsby-cli
and 'npm root -g' command prints:
/usr/local/lib/node_modules/npm/lib/node_modules
npm successfully installed gatsby b...
13
Solved
I am building a Gatsby site. I upgraded Node.js to v17.0.1, and when I run a build, there is an error:
Error: digital envelope routines::unsupported
opensslErrorStack: [ 'error:03000086:digi...
3
Solved
Is it possible to use map array data (${adv_event.title}) inside a react-structured-data JSX?
I tried adding backticks with no success: name: "`${adv_event.title}`",
Attempt 1:
<Generic jsonl...
Laney asked 10/9, 2019 at 15:36
3
Solved
I have a checkbox list UI that is rendered from an array. After I update the array the checkbox list state does not update.
I moved the code where the list is mapped but it does not change the re...
Trinia asked 11/9, 2019 at 10:20
3
I'm using GatsbyJS with TailwindCSS, When i tried passing tailwind styles into the wrapper of StaticImage from gatsby-image-plugin, the existing styles are not getting overridden (ie. gatsby-image-...
Airliah asked 23/3, 2021 at 12:31
2
Solved
I use Gatsby and NetlifyCMS for my website and currently get the following error message at running Workflow in GitHub Actions:
error "gatsby-plugin-manifest" threw an error while running...
Match asked 7/12, 2020 at 10:5
3
gatsby develop success openly and validate gatsby-configs - 0.005 s
error Something went wrong installing the "sharp" module The module
'\?\D:\korero\node_modules\sharp\build\Release\sharp.node...
Ilse asked 20/2, 2020 at 9:51
5
Solved
I'd like to know where I should add the <script></script> provided by Google Adsense.
They say to add it into the <head></head>, but in Gatsby you have Helmet as <head&g...
4
Solved
I have setup gatsby project using this link. It is working correctly.
Now I know how to create route by defining the component inside the pages folder. But now I have a new challenge I need to cr...
Camelliacamelopard asked 19/4, 2019 at 5:25
3
Solved
I am trying to configure my Gatsby project like this starter https://github.com/gatsbyjs/gatsby-starter-blog
In my gatsby-node.js I have
const path = require(`path`)
const { createFilePath } = r...
Taffeta asked 5/6, 2020 at 6:50
4
I'm using GatsbyJS and TypeScript along with the gatsby-plugin-sass plugin.
I'm trying to import individual styling for components like the following example - import './Card.scss'.
import React f...
Bellyful asked 25/3, 2020 at 23:27
2
Solved
I'm using Gatsby and MarkdownRemark.
I want to query the markdown files and then filter them down to the files contained within a sub-directory. My folder structure looks like this:
- src
- page...
4
I am building a GatsbyJS site with Material UI. Using the withStyles HOC, is it possible to make a blinking animation?
I tried providing animation in styles:
const styles = theme => ({
'@keyfra...
Duran asked 29/9, 2018 at 13:18
1
Solved
I am using the @lekoarts gatsby-theme-minimal-blog. You can view my code here:
https://github.com/CodyWMitchell/my-site
I feel like I am losing hair because of how much time I have spent trying to ...
Discolor asked 5/11, 2021 at 3:13
4
Solved
Has anyone managed to get Tailwind.css working with Gatsby.js?
Configuring postCSS plugins with Gatsby is a bit tricky... If anyone has managed to get Tailwind up and running with Gatsby, I'd love...
Consistory asked 16/1, 2018 at 0:29
1
Solved
I'm trying to write a storybook for my component with Gatsby's StaticImage but this ends up in nothing at all rendered and an error disguised as warning in the console:
Please ensure that "gat...
Mockery asked 2/7, 2021 at 20:44
2
Recently I have started working with Gatsby and right now I'm trying things with MDX, In my MDX file i can work with Gatsby Image throught GraphQL, but I want to use Static Image from gatsby-plugin...
Daven asked 23/4, 2021 at 10:6
2
I am trying to publish Gatsbyjs by Azure Static web app.
I have a plugin (gatsby-source-contentful).
I need to pass variables like:
{
resolve: `gatsby-source-contentful`,
options: {
spaceId: pro...
Millwater asked 16/1, 2021 at 11:22
1
I get this errror when I build my Gatsby project.. It does still build, but the error appears in the terminal when i 'Gatsby build' and 'Gatsby develop'.. Anybody has any idea how I can fix this? L...
3
I am using Gatsby and GraphQL, and I am new to GraphQL.
I have the following schema definition:
exports.createSchemaCustomization = ({ actions }) => {
const { createTypes } = actions;
const ...
2
Solved
I am trying to add images using import
import image from '../assets/images/picture.jpg
am using Typescript with gatsby ... the strange thing is it works fine with normal javascript (.js ~ .jsx fi...
Topazolite asked 8/4, 2021 at 4:37
8
Solved
I'm a total React newbie and I guess there is something fundamental I don't quite understand here. A default Gatsby page looks like this. Is there a way to use a local .js file somewhat like this?
...
Checkoff asked 22/2, 2019 at 20:48
1
I am running a Gatsby3 site and like many, when I try to use certain web3 plugins I encounter Webpack 5 errors about missing Polyfills. I understand they no longer do them automatically and I must ...
© 2022 - 2024 — McMap. All rights reserved.