Skip to content

Commit 4a3a751

Browse files
authored
Merge pull request #1712 from recodehive/copilot/arrange-blog-post-descending-order
fix: remove year grouping from blog sidebar Recent Posts
2 parents 813d835 + 21642e6 commit 4a3a751

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ const config: Config = {
263263
theme: prismThemes.github,
264264
darkTheme: prismThemes.dracula,
265265
},
266+
blog: {
267+
sidebar: {
268+
groupByYear: false,
269+
},
270+
},
266271
} satisfies Preset.ThemeConfig,
267272

268273
markdown: {

0 commit comments

Comments
 (0)