Is it possible to use Gatsby to generate static sites that can be viewed with Javascript disabled in the browser?
I heard that Gatsby sites could be accessed in this way but I've tried various Gatsby starters including gatsby-starter-default and gatsby-advanced-starter and all of them will only show the index page when Javascript is disabled. Link clicks return white screens.
I'm just looking for some graceful degradation here - I only need the basic pages and images to render, nothing more.