jekyll: keep periodically getting `/' not found.
when loading http://localhost:4000/
Not Found
`/’ not found. WEBrick/1.3.1 (Ruby/1.8.7/2012-02-08) at localhost:4000
Any pointers would be appreciated
Thanks
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 18 (7 by maintainers)
Baseurl is was the culprit for me.
I had
baseurl: /db/
for GitHub Pages subdir, and quite logically locally only:works, while the following fail:
I had a similar issue - using the setting --baseurl “” did the trick for me