gatsby-starter-personal-blog
gatsby-starter-personal-blog copied to clipboard
Clicking home doesn't update the url
Steps to reproduce:
1. click on any article or page
2. click on the home icon or profile picture to go back to the home
The view updates but the route is still on old route.
Not sure if this is a big deal but I wanted to report it to see if this was intended or not. It seems weird to me.
Thanks!
It was intended.
see https://github.com/greglobinski/gatsby-starter-personal-blog/blob/master/src/utils/shared.js
From a UX standpoint, I have no idea why you wouldn't want to update the url, but un-commenting those lines worked.
Thanks! This issue can be closed.