Merge pull request #41 from stevermeister/decodeuri

decodeURI
This commit is contained in:
Will Boyd
2020-12-23 08:04:45 -05:00
committed by GitHub
+1 -1
View File
@@ -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: []
},