remove the slash at the beginning of the 'path' in staticman.yml's example (#1772)
This commit is contained in:
parent
2be90f8f4a
commit
858b5cc2a4
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ comments:
|
||||||
options:
|
options:
|
||||||
format : "iso8601"
|
format : "iso8601"
|
||||||
moderation : true
|
moderation : true
|
||||||
path : "/_data/comments/{options.slug}" (default)
|
path : "_data/comments/{options.slug}"
|
||||||
requiredFields : ["name", "email", "message"]
|
requiredFields : ["name", "email", "message"]
|
||||||
transforms:
|
transforms:
|
||||||
email : md5
|
email : md5
|
||||||
|
|
Loading…
Reference in a new issue