For local navigation on Gatsby sites, the Link
component provides a built-in solution for improving the performance and user experience on your site. The video will teach you:
Link
component should be usedLink
componentHow are the url slugs connected to the components in this example? In other examples I see slugs being generated in the gatsby-node.js file via the createPages API, but I do not see a gatsby-node.js file in this example.