Show slug fallback when writing

This commit is contained in:
Will Boyd
2025-02-15 10:23:18 -05:00
parent e8852a2900
commit c546cd47ca
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ async function writeMarkdownFilesPromise(posts) {
const payload = {
item: post,
type: post.type,
name: post.slug,
name: shared.getSlugWithFallback(post),
destinationPath,
delay
};