Move output from settings to questions

This commit is contained in:
Will Boyd
2025-01-31 13:11:07 -05:00
parent 865795cf11
commit cf338813f1
5 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -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;