Fix posts directory default configuration
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M config/default.toml → config/default.toml
@@ -5,7 +5,7 @@ [site] title = "Test Site" [posts] -folder = "../posts" +folder = "./posts" [taxonomies] tag = "tags"