decodeURI

This commit is contained in:
Stepan Suvorov
2020-06-08 20:08:44 +02:00
parent 4bff3c785c
commit e17ad66c1f
+1 -1
View File
@@ -42,7 +42,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: []
},