Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify host 0.0.0.0 for Jekyll (#24974)
Allows for remote connections on same network (as Jekyll now seems to default to 127.0.0.1 which means it does not react to incoming external requests)
- Loading branch information
a7e64c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patrickhlauke @XhmikosR btw, this breaks service worker development. As
0.0.0.0
isn't considered a secure domain. Would it be possible to rewrite this back to localhost/127.0.0.1?For remote connections on same network, can't you just use internal ip & port Jekyll uses?
INTERNAL_IP:9001
a7e64c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lyricalz: Did you try
npm run docs-github && npm run docs-github-serve
?a7e64c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@XhmikosR okay cool that worked fine