Pages in Gatsby
Learn about the concept of pages in Gatsby, and how to create one.
We'll cover the following...
Introduction to pages
Pages in Gatsby This is similar to that of the NextJS framework.
In this lesson, we build two new pages: Me
and Works
. Currently, we have links for these pages in our header, but clicking on them leads to 404 pages as we don’t have the pages yet. Let’s change that. ...