Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module.exports = {
- siteMetadata: {
- title: 'Gatsby Default Starter',
- },
- plugins: ['gatsby-plugin-react-helmet',
- {
- resolve: "gatsby-source-wordpress",
- options: {
- /*
- * The base URL of the Wordpress site without the trailingslash and the protocol. This is required.
- * Example : 'gatsbyjsexamplewordpress.wordpress.com' or 'www.example-site.com'
- */
- baseUrl: "MY_SITE_URL.pantheonsite.io",
- protocol: "http",
- hostingWPCOM: false,
- useACF: false,
- verboseOutput: false,
- },
- },
- ],
- };
Advertisement
Add Comment
Please, Sign In to add comment