mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
a word
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ function getPostPath(post, config) {
|
||||
// start with base output dir
|
||||
const pathSegments = [config.output];
|
||||
|
||||
// create fragment for post type if we're dealing with more than just "post"
|
||||
// create segment for post type if we're dealing with more than just "post"
|
||||
if (config.includeOtherTypes) {
|
||||
pathSegments.push(post.meta.type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user