diff --git a/src/pages/writing/index.astro b/src/pages/writing/index.astro index 3912343..b839e20 100644 --- a/src/pages/writing/index.astro +++ b/src/pages/writing/index.astro @@ -25,7 +25,7 @@ allPosts.forEach(post => { {allPosts.length === 0 &&
No posts as of yet, hop back later!
} { - categorizedPosts.keys().map(category => { + categorizedPosts.keys().toArray().map(category => { const posts = categorizedPosts.get(category) || []; return (