Remove slash at the beginning of path
in staticman.yml example
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user