gatsby-starter-hello-friend icon indicating copy to clipboard operation
gatsby-starter-hello-friend copied to clipboard

External links support in main menu

Open oscmedgon opened this issue 4 years ago • 0 comments

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.

oscmedgon avatar Jul 11 '19 11:07 oscmedgon