haysclark / gatsby-starter-casper

The Casper theme v1.4 ported to GatsbyJS
https://haysclark.github.io/gatsby-starter-casper/
MIT License
199 stars 54 forks source link

Share blog post URL has duplicate in path #24

Open ryanblakeley opened 6 years ago

ryanblakeley commented 6 years ago

screenshot

If you click the "Share this post" Twitter button, the url that gets put into the tweet has a duplicate in the path The Fairy's Witches https://haysclark.github.io/gatsby-starter-casper/gatsby-starter-casper/the-fairy-witches

src/components/PostShare.jsx is concatenating the pathPrefix with location.pathname which also includes the prefix. location.pathname gets passed in by src/templates/post.jsx

ryanblakeley commented 6 years ago

This is how I fixed it: https://github.com/terrafarm/gatsby-casper-demo/commit/dde1913a606ff55b239e94098e85964e34891b41