This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2eb35f989f6 (search) fix search-index error (#242)
2eb35f989f6 is described below
commit 2eb35f989f6471165d71a9286ea8d5ad5df0bba9
Author: Jeffrey <[email protected]>
AuthorDate: Wed Jun 14 12:14:24 2023 +0800
(search) fix search-index error (#242)
- (search) fix search-index error
It seems the new version makes the search unavailable.
reference issue:
https://github.com/easyops-cn/docusaurus-search-local/issues/320
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 8fee4059ae0..a915ff85339 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-pwa": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
- "@easyops-cn/docusaurus-search-local": "^0.35.0",
+ "@easyops-cn/docusaurus-search-local": "^0.30.2",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-plugin-sass": "^0.2.3",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]