diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8b1fc6d..f32d476 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -37,6 +37,10 @@ const config: Config = { docs: false, blog: { routeBasePath: '/', + exclude: [ + "**/_*.md", + "**/target/**" + ], blogSidebarTitle: 'All posts', blogSidebarCount: 'ALL', showReadingTime: true,