diff --git a/src/parser.js b/src/parser.js index 3b25779..df921c4 100644 --- a/src/parser.js +++ b/src/parser.js @@ -43,7 +43,7 @@ function collectPosts(data, config) { // meta data isn't written to file, but is used to help with other things meta: { id: getPostId(post), - slug: getPostSlug(post), + slug: decodeURI(getPostSlug(post)), coverImageId: getPostCoverImageId(post), imageUrls: [] },