mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-19 22:54:11 +09:00
decodeURI
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ function collectPosts(data, config) {
|
|||||||
// meta data isn't written to file, but is used to help with other things
|
// meta data isn't written to file, but is used to help with other things
|
||||||
meta: {
|
meta: {
|
||||||
id: getPostId(post),
|
id: getPostId(post),
|
||||||
slug: getPostSlug(post),
|
slug: decodeURI(getPostSlug(post)),
|
||||||
coverImageId: getPostCoverImageId(post),
|
coverImageId: getPostCoverImageId(post),
|
||||||
imageUrls: []
|
imageUrls: []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user