Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

gatsby node.js

Tyler Barnes edited this page Jan 5, 2019 · 1 revision

You may notice there isn't a gatsby-node file in the starter. This is because wordsby handles everything automatically. If you need to build some pages yourself for some reason, you can use the ignorePaths plugin option to prevent wordsby from building specific pages and then include your own gatsby-node in your project.

Clone this wiki locally