mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 01:55:46 +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
|
||||
source: "site"
|
||||
destination: ./_gh_pages
|
||||
host: 0.0.0.0
|
||||
host: "localhost"
|
||||
port: 9001
|
||||
baseurl: ""
|
||||
url: "https://getbootstrap.com"
|
||||
|
Reference in New Issue
Block a user