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

External links support in main menu #12

Open oscmedgon opened 4 years ago

oscmedgon commented 4 years ago

I found a problem using absolute URLs in the main menu, the page redirects me to a subpath of the blog with the absolute URL on it: baseUrl: http://blog.example.com linkUrl: http://www.example.com Redirects to http://blog.example.com/http://www.example.com With this fix now detects absolute URLs and uses an anchor instead of a react router Link.