From d27509688d3af428bb342265e4e7cf4ace52b5fa Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 30 Oct 2018 13:13:17 +0200 Subject: [PATCH] Jekyll: switch to localhost `0.0.0.0` has issues on Windows. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c2d654cd2b..9cc9edc40c 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ permalink: pretty # Server source: "site" destination: ./_gh_pages -host: 0.0.0.0 +host: "localhost" port: 9001 baseurl: "" url: "https://getbootstrap.com"