diff options
-rw-r--r-- | config/default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.toml b/config/default.toml index ff1f843..67bb521 100644 --- a/config/default.toml +++ b/config/default.toml @@ -5,7 +5,7 @@ port = 3000 title = "Test Site" [posts] -folder = "../posts" +folder = "./posts" [taxonomies] tag = "tags" |