1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Jekyll: switch to localhost

`0.0.0.0` has issues on Windows.
This commit is contained in:
XhmikosR
2018-10-30 13:13:17 +02:00
parent 793b83fda8
commit d27509688d

View File

@@ -11,7 +11,7 @@ permalink: pretty
# Server # Server
source: "site" source: "site"
destination: ./_gh_pages destination: ./_gh_pages
host: 0.0.0.0 host: "localhost"
port: 9001 port: 9001
baseurl: "" baseurl: ""
url: "https://getbootstrap.com" url: "https://getbootstrap.com"