diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index b41b556b8..f24ef9934 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -47,7 +47,7 @@ The following is an example of a json config file with the default values: "category": "categories", "tag": "tags" }, - "baseurl": "http://yoursite.example.com/" + "baseurl": "http://yoursite.example.com/", "canonifyurls": true } {{% /highlight %}}