cmfcmf / docusaurus-search-local

Offline / Local Search for Docusaurus v2. Try it live at:
https://cmfcmf.github.io/OpenWeatherMap-PHP-API/
MIT License
438 stars 67 forks source link

This page crashed. #118

Closed hijulien closed 1 year ago

hijulien commented 2 years ago

Please describe the bug you are seeing

This happens when I install it and run it again image

How can we best reproduce the bug?

No response

Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?

No response

Which Node.js version are you using?

16

Which theme are you using?

Yes, I am using @docusaurus/theme-classic

How does your plugin config look like?

plugins: [ [ require.resolve("@cmfcmf/docusaurus-search-local"), { indexDocs: true, indexDocSidebarParentCategories: 0, indexBlog: true, indexPages: false, language: "zh", style: undefined, lunr: { tokenizerSeparator: /[\s-]+/, b: 0.75, k1: 1.2, titleBoost: 5, contentBoost: 1, parentCategoriesBoost: 2, } }, ], ],

Additional context

No response

cmfcmf commented 2 years ago

Hmm, I am not sure whether this error is caused by this plugin. If it occurrs again, could you please provide stacktraces from devtools?