mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-17 13:43:44 +09:00
Remove output option
This commit is contained in:
+1
-1
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user