This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/develop by this push:
new a619ed2186 Fix search count (#1453)
a619ed2186 is described below
commit a619ed2186849bfbc74b342c6790921fd60a1f73
Author: yangon <[email protected]>
AuthorDate: Thu Dec 5 10:09:59 2024 +0800
Fix search count (#1453)
Co-authored-by: liyang <[email protected]>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index ef741f5171..80a932760f 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start:zh-CN": "docusaurus start --locale zh-CN",
- "build": "NODE_OPTIONS=--max_old_space_size=8192
PWA_SERVICE_WORKER_URL=https://doris.apache.org/sw.js docusaurus build",
+ "build": "PWA_SERVICE_WORKER_URL=https://doris.apache.org/sw.js
docusaurus build",
"build:version": "docusaurus set-versions && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]