This is a demo site that connects to a WordPress instance on WP Engine.
Clone this repo and change the gatsby-config.js
to point to your WordPress instance:
{
resolve: `gatsby-source-wordpress`,
options: {
// change to your site
baseUrl: `headlesswpe.wpengine.com`,
protocol: `https`,
hostingWPCOM: false,
// does your site use the Advanced Custom Fields Plugin?
useACF: false,
},
},