Gatsby.js + GitHub Pages = Gatsby's Default Starter ???
If after deploying to github pages you can see “Gatsby’s Default Starter” instead of the page you have created, make sure that in
Your GitHub Repository => Settings => GitHub Pages => Source
you have selected gh-pages branch
(instead of master branch
)