DEV Community

Discussion on: Basic WordPress & Gatsby Setup - Guide to Gatsby WordPress Starter Advanced with Previews, i18n and more

Collapse
 
henrikwirth profile image
Henrik Wirth NeverNull

I just updated this part.

  • When creating the FrontPage (root page), we need to adjust the path which is used. Instead of taking the uri (which would be home), we instead check the page for isFrontPage and use / as a path.
  • Also you need to delete the index.js in the pages folder.

I updated the codebase of all the parts.