Skip to content

Commit c6f13c5

Browse files
committed
Remove trailing slash from base_url
Per Docs at http://nanoc.ws/doc/reference/helpers/ base_url should not have a trailing slash. The slash was causing the sitemap to have errant URLs with double slashes.
1 parent ce38ec7 commit c6f13c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ data_sources:
6262
# notify_on_compilation_success: true
6363
# notify_on_compilation_failure: true
6464

65-
base_url: http://docs.datadoghq.com/
65+
base_url: http://docs.datadoghq.com
6666

6767
# redirects:
6868
# - /overview:

0 commit comments

Comments
 (0)