mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-17 21:53:49 +09:00
Show slug fallback when writing
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ async function writeMarkdownFilesPromise(posts) {
|
||||
const payload = {
|
||||
item: post,
|
||||
type: post.type,
|
||||
name: post.slug,
|
||||
name: shared.getSlugWithFallback(post),
|
||||
destinationPath,
|
||||
delay
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user