From 4835bbbdb408568a60b050a9d2a146749c51136d Mon Sep 17 00:00:00 2001 From: Alberto Grespan Date: Wed, 7 May 2014 15:45:16 -0430 Subject: [PATCH] Fix baseurl default in the docs Display the new baseurl default (commit: [97e9fb2](https://github.com/jekyll/jekyll/commit/97e9fb29b09fcd67f960000bea3af88f8d5bfab2)) in the docs. --- site/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index 9e8e275b..8ec7476d 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -362,7 +362,7 @@ watch: false # deprecated server: false # deprecated host: 0.0.0.0 port: 4000 -baseurl: / +baseurl: "" url: http://localhost:4000 lsi: false