This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 404c8590340 fix: sync image (#317)
404c8590340 is described below
commit 404c8590340cd3a43ccc79185a05641d5263c384
Author: zhiwei liu <[email protected]>
AuthorDate: Mon Jul 8 18:44:55 2024 +0800
fix: sync image (#317)
---
tools/common.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/common.ts b/tools/common.ts
index 06b220ad406..3bc3c23f422 100644
--- a/tools/common.ts
+++ b/tools/common.ts
@@ -26,7 +26,7 @@ export const PROJECT_SITE_ZH_DOC_DIR = path.join(
"current"
);
export const PROJECT_DIR = path.join(SWAP_DIR, PROJECT_NAME);
-export const PROJECT_IMG_DIR = path.join(PROJECT_DIR, "docs", "en", "images");
+export const PROJECT_IMG_DIR = path.join(PROJECT_DIR, "docs", "images");
export const PROJECT_DOC_DIR = path.join(PROJECT_DIR, "docs", "en");
export const PROJECT_ZH_DOC_DIR = path.join(PROJECT_DIR, "docs", "zh");
export const PROJECT_SIDEBAR_PATH = path.join(