You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is handled in the gatsby-node.js file: exports.createPages = function..., where the pages can be generated from API data, JSON file, files (e.g. docs/about.md), etc
The text was updated successfully, but these errors were encountered:
Proposal for path/routing logic:
Pseudo-code:
This is handled in the
gatsby-node.js
file:exports.createPages = function...
, where the pages can be generated from API data, JSON file, files (e.g.docs/about.md
), etcThe text was updated successfully, but these errors were encountered: