mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-19 14:43:58 +09:00
Move output from settings to questions
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ async function loadImageFilePromise(imageUrl) {
|
||||
}
|
||||
|
||||
function buildPostPath(post, config) {
|
||||
const outputDir = settings.output_directory;
|
||||
const outputDir = config.output;
|
||||
const type = post.meta.type;
|
||||
const date = post.frontmatter.date;
|
||||
const slug = post.meta.slug;
|
||||
|
||||
Reference in New Issue
Block a user