python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Contentful - Next.js Versioning Issue Error 409
I'm trying to update an existing entry in Contentful with the Contentful Management API.
In Contentful, every entry included a views field which represents a views counter. I want to increase that cou...
devKeno
Votes: 0
Answers: 0
Adding Favicon.ico to Contentful or Gatsby website
I am trying to add a new favicon logo to a Gatsby site on Contentful. Do I put it in Contentful or in the code on Gatsby? Also with that being said, is there a way to make the Favicon animated as well...
JT Simon
Votes: 0
Answers: 1
getStaticProps error on build with Contentful in Next.js
I have an issue with NextJS and Contentful, everything is OK on local, but when trying to build I have errors. It might be a dummy issue but cannot figure it out (the issue is somewhere here because w...
Reggio
Votes: 0
Answers: 1
Displaying a collection of contentful rich text with Gatsby
I am building a Gastby project that uses Contentful to fetch data. In the following example I am trying to display a collection of rich texts.
import React from "react"
import { graphql, use...
Pavlos Rousoglou
Votes: 0
Answers: 1