jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
782 stars 114 forks source link

Redirecting to http://www.hireupvideo.com/http://www.hireupvideo.com/process/ #138

Closed kristenzirkler closed 7 years ago

kristenzirkler commented 7 years ago

Im sure this is somehow my setup but I just launched this site and now http://www.hireupvideo.com/our_story is redirecting to: http://www.hireupvideo.com/http://www.hireupvideo.com/process/

code in yaml header:

redirect_from:

repo: https://github.com/kristenzirkler/hire-up-video

benbalter commented 7 years ago

The problem is on this line of your configuration: https://github.com/kristenzirkler/hire-up-video/blob/gh-pages/_config.yml#L4

See http://ben.balter.com/jekyll-style-guide/config/#baseurl for an explanation.

kristenzirkler commented 7 years ago

PERFECT! Thank you! Sorry to bug.