knightjdr / gatsby-starter-scientist

Gatsby template for scientist/lab profile
https://knightjdr.github.io/gatsby-starter-scientist
MIT License
12 stars 27 forks source link

Update gatsby-background-image to 2.0 when released #1

Open knightjdr opened 3 years ago

knightjdr commented 3 years ago

The gatsby-background-image package still uses the gatsby-image plugin. The 2.0 release should update to use gatsby-plugin-image. Migrate to that version when it is ready.

See: https://github.com/timhagn/gatsby-background-image/issues/141

knightjdr commented 2 years ago

This upgrade is done. However, gatsby-background-image still has Gatsby 3 as a dep and requires gbimage-bridge to work with gatsby-plugin-image. Hopefully the next major version will fix these issues.