mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Jekyll: switch to localhost
`0.0.0.0` has issues on Windows.
This commit is contained in:
parent
793b83fda8
commit
d27509688d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue