mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
remove obsolete translations prop, rename series->collection for clarity
This commit is contained in:
@@ -217,7 +217,7 @@ const posts = [...getAllExtendedPosts("en")];
|
||||
|
||||
for (const collection of collections) {
|
||||
const collectionPosts = posts.filter(
|
||||
(post) => post.series === collection.slug
|
||||
(post) => post.collection === collection.slug
|
||||
);
|
||||
|
||||
generateCollectionEPub(
|
||||
|
||||
Reference in New Issue
Block a user