diff options
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 0f704fe2f..da45a829d 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,5 @@ pygments: true source: ./docs destination: ./_gh_pages auto: true -server_port: 9001
\ No newline at end of file +server_port: 9001 +url: http://bootstrap.dev:9001
\ No newline at end of file |
