fixed blog

This commit is contained in:
Ramon Perez 2025-08-11 15:19:54 +10:00
parent f3d0cbb03d
commit f97d4d9355

View File

@ -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.';