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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user