contentful-labs / starter-gatsby-blog

Gatsby starter for a Contentful project from the community.
https://contentful.github.io/starter-gatsby-blog/
MIT License
195 stars 199 forks source link

Upgrade to Gatsby 5 #235

Closed aghreed closed 1 year ago

aghreed commented 1 year ago

Purpose

This PR updates the starter to Gatsby 5 (and Gatsby adjacent dependencies) as well as adds a 404 page.

It also addresses an issue with installing due to a lockfile version and node version mismatch: https://github.com/contentful/starter-gatsby-blog/issues/234

alvinometric commented 1 year ago

Nice one, thank you!