Skip to content

Commit 21642e6

Browse files
authored
fix: remove year grouping from blog sidebar (groupByYear: false)
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/045e60c2-40bd-462c-85dc-50139b783ca6
1 parent 8b7ced6 commit 21642e6

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)