diff --git a/docusaurus.config.js b/docusaurus.config.js index 91fe1f1..6f89450 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -12,15 +12,6 @@ const config = { tagline: 'docs.jonasjones.dev', favicon: 'img/favicon.png', - plugins: [ - [ - require.resolve("@cmfcmf/docusaurus-search-local"), - { - indexBlog: false, - } - ] - ], - // Set the production url of your site here url: 'https://docs.jonasjones.dev', // Set the // pathname under which your site is served diff --git a/package.json b/package.json index 9d8381c..e879312 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@cmfcmf/docusaurus-search-local": "^1.2.0", "@docsearch/js": "^3.8.2", "@docusaurus/core": "3.5.2", "@docusaurus/preset-classic": "3.5.2",