Can I just go from ghost to netlify without gatsby? Is there more to it?
You don’t have to use Gatsby, but you do need to use a Static Site Generator (SSG).
Ghost has documented how to integrate with some SSGs in their docs:
1 Like
Thanks. I actually ended up using Eleventy - it does a better job than gatsby. It seems like the gatsby version doesn’t serve images from netlify, but eleventy does.