One of the cool things that Gatsby has is a file called 'gatsby-node.js', which lets the website author control when new pages get generated, where they go, and other stuff like that. This file would be in the template directory, and would allow developers to listen to hooks like onCreatePages.
One of the cool things that Gatsby has is a file called 'gatsby-node.js', which lets the website author control when new pages get generated, where they go, and other stuff like that. This file would be in the template directory, and would allow developers to listen to hooks like onCreatePages.