mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
fixed search not indexing
This commit is contained in:
parent
f922802b08
commit
7b4bdd820a
1 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,14 @@ const config = {
|
|||
tagline: 'docs.jonasjones.dev',
|
||||
favicon: 'img/favicon.png',
|
||||
|
||||
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],
|
||||
plugins: [
|
||||
[
|
||||
require.resolve("@cmfcmf/docusaurus-search-local"),
|
||||
{
|
||||
indexBlog: false,
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://docs.jonasjones.dev',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue