more cleanup and new og image
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 47s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 9s

This commit is contained in:
Samuel Philipp 2024-04-01 14:13:57 +02:00
parent 7331e63d4e
commit 3c4944bacb
7 changed files with 3 additions and 4 deletions

View file

@ -69,7 +69,6 @@ module.exports = function (eleventyConfig) {
.reduce((series, post) => {
series[post.data.series] = series[post.data.series] ?? [];
series[post.data.series].push(post);
console.log(series);
return series;
}, {});
});