From 7fc0854c6e1d51f44d2360098675951330d668d9 Mon Sep 17 00:00:00 2001 From: Pelsin Date: Mon, 1 Apr 2024 18:41:25 +0200 Subject: [PATCH] Disable indexing of blogDir for the search that gave an error (#39) --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7748db2..174db27 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,6 +51,7 @@ const config = { hashed: true, highlightSearchTermsOnTargetPage: true, docsRouteBasePath: "/", + indexBlog: false }, ], "@docusaurus/theme-mermaid",