styxlab / gatsby-theme-try-ghost

A Gatsby theme to build flaring fast blogs from headless Ghost CMS
MIT License
136 stars 56 forks source link

Support for Ghost v4 #260

Closed Kerumen closed 3 years ago

Kerumen commented 3 years ago

Ghost v4 was recently released.

I tried to set "version": "v4" in my .ghost.json but an error was thrown:

Error: @tryghost/content-api Config Invalid: 'version' v4 is not supported

It seems that the latest version of @tryghost/content-api is needed to support Ghost v4. Is it possible to update the dependency version of gatsby-source-try-ghost?

Thanks!

styxlab commented 3 years ago

Thanks for reporting. I will update dependencies soon, but note that there is currently no benefit in using the 'v4' endpoint.

Kerumen commented 3 years ago

Yes I know, just wanted to let you know :)

styxlab commented 3 years ago

Closing as there is nothing to to at the moment.