Use 127.0.0.1 as host when serving

This commit is contained in:
Panos Sakkos 2015-11-14 17:22:19 +01:00
parent 8dad26f7bd
commit 91f7b188f6

View file

@ -1,3 +1,3 @@
#!/bin/bash
jekyll serve --baseurl ""
jekyll serve --host "127.0.0.1" --baseurl ""