From c1cdfff9ec2e11e369216372b0f1ca4d252421e0 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 17 Feb 2023 13:03:16 -0800 Subject: [PATCH] adjust sidebar --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 09548bc4..cf27acfb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,6 +48,7 @@ const config = { title: 'Cwtch Development Log', description: 'The latest insight into Cwtch Development and what the Cwtch team are working on', }, + blogSidebarCount: 20, }, theme: { customCss: require.resolve('./src/css/custom.css'),