remove obsolete translations prop, rename series->collection for clarity

This commit is contained in:
James Fenn
2023-04-09 18:08:48 -04:00
parent 3a1fefc377
commit 686d0b73a2
26 changed files with 57 additions and 58 deletions

View File

@@ -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(