tachyons-css / tachyons-docs

(WIP) React Documentation website for tachyons modules and components
4 stars 3 forks source link

Fix relative links in github pages (works locally) #1

Open donnieberg opened 8 years ago

donnieberg commented 8 years ago

http://localhost:8080/docs works however on github pages, it sends you to username/docs when it really should be username/repoName/docs

garrensmith commented 8 years ago

From what I can see react-router doesn't support relative links. But we should be able to fix this by switching to the hashHistory. The other thing when this becomes the default docs the url will be tachyons.io/docs so then it will work fine.

donnieberg commented 8 years ago

Thanks for looking into it, @garrensmith! I'm using browserHistory but will try hashHistory for the time being.