diff options
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index c23263958..81e33da68 100644 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,8 @@ pygments: true permalink: pretty # Server -source: ./docs -destination: ./_gh_pages +source: docs +destination: _gh_pages host: 0.0.0.0 port: 9001 baseurl: / |
