fixed blog
This commit is contained in:
parent
f3d0cbb03d
commit
f97d4d9355
@ -10,9 +10,9 @@ const sortedEntries = blogEntries.sort((a, b) =>
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Extract unique categories
|
// Extract unique categories
|
||||||
const allCategories = [...new Set(sortedEntries.flatMap(entry =>
|
// const allCategories = [...new Set(sortedEntries.flatMap(entry =>
|
||||||
entry.data.categories ? entry.data.categories.split(',').map(cat => cat.trim()) : []
|
// entry.data.categories ? entry.data.categories.split(',').map(cat => cat.trim()) : []
|
||||||
))];
|
// ))];
|
||||||
|
|
||||||
const title = 'Blog';
|
const title = 'Blog';
|
||||||
const description = 'The latest updates from Jan. See Changelog for more product updates.';
|
const description = 'The latest updates from Jan. See Changelog for more product updates.';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user