Remove slash at the beginning of path in staticman.yml example

This commit is contained in:
Michael Rose
2018-08-07 15:55:19 -04:00
parent 858b5cc2a4
commit ecd1748247
3 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,7 @@ comments:
# (*) REQUIRED
#
# Destination path (directory) for the data files. Accepts placeholders.
path: "docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default)
path: "docs/_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default)
# Names of required files. If any of these isn't in the request or is empty,
# an error will be thrown.