Skip to content

Commit aac2d28

Browse files
genghisunmmistakes
authored andcommitted
remove the slash at the beginning of the 'path' in staticman.yml's example (mmistakes#1772)
1 parent eab89c2 commit aac2d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/05-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ comments:
376376
options:
377377
format : "iso8601"
378378
moderation : true
379-
path : "/_data/comments/{options.slug}" (default)
379+
path : "_data/comments/{options.slug}"
380380
requiredFields : ["name", "email", "message"]
381381
transforms:
382382
email : md5

0 commit comments

Comments
 (0)