Remove output option

This commit is contained in:
Will Boyd
2025-01-20 16:28:36 -05:00
parent 2add380406
commit bafe869221
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ function getPostPath(post, config) {
}
// start with base output dir and post type
const pathSegments = [config.output, post.meta.type];
const pathSegments = [settings.output_directory, post.meta.type];
if (config.yearFolders) {
pathSegments.push(dt.toFormat('yyyy'));