panr / gatsby-starter-hello-friend

Pretty basic starter for Gatsby that covers all of the essentials. All you have to do is start typing!
MIT License
165 stars 71 forks source link

There doesn't seem to be a way to change the "homepage" or entrypoint of the project #14

Closed garrettwelson closed 4 years ago

garrettwelson commented 4 years ago

From what I can see in the configuration data in gatsby-config.js there doesn't seem to be a way to adjust the project's entry-point. I might want to design a different page as the "homepage" for the project instead of just showing the user a list of my blog posts. Is there a way to configure this? Could this functionality be added (I'm still learning Gatsby, but could work on this as a PR with some guidance)