python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Gatsby Redirects with S3 and Cloudfront for internal and external URLs
I would like to accomplish 2 things
would like to create redirects both 301 and 302 dynamically.
would like to redirect to external URL
I have Gatsby version 4.2.0.
I am getting the redirects data f...
ROKIKOKI
Votes: 0
Answers: 1
Unable to run Gatsby project
When I run Gatsby v2.19.19 I get the following error
Gatsby requires Node.js 14.15.0 or higher (you have v12.13.0)
The problem is if that I switch to anything higher than 14.15.0 some of my dependecie...
Oleksandr Fomin
Votes: 0
Answers: 1
Is there a way to createSchemaCustomization but only if the type is incorrect
exports.createSchemaCustomization = ({ actions }) => {
const { createTypes } = actions;
const typeDefs = `
type AirtableData implements Node {
${constants.claimsField}: [Airtable]
${c...

ParthianShotgun
Votes: 0
Answers: 1
Issue with react component and gatsby JS
I am trying to create a portfolio website using Gatsby js and I am trying to use the card component from the gatsby-plugin-material-ui package. I have the card in a separate file in my components fold...
CrownPab
Votes: 0
Answers: 1