This is an automated email from the ASF dual-hosted git repository.
shenghang pushed a commit to branch fix/csp-connect-src
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/fix/csp-connect-src by this
push:
new 56c7b605e621 fix: update Kapa widget script data-website-id for
consistency
56c7b605e621 is described below
commit 56c7b605e621cd12a1d38d72fb65e25e1fe85ba0
Author: Shenghang <[email protected]>
AuthorDate: Sat Jan 17 09:22:34 2026 +0800
fix: update Kapa widget script data-website-id for consistency
---
src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 90cbf92b8fc4..8462b8e2b67e 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -29,7 +29,7 @@ export default function() {
title={siteConfig.title}
description="Description will go into a meta tag in <head />">
<Head>
- <script async
src="https://widget.kapa.ai/kapa-widget.bundle.js"
data-website-id="7a9c6ef2-bbf5-48d8-8711-66bfa6675033"
data-project-name="Apache SeaTunnel"
data-project-logo="https://seatunnel.apache.org/image/logo.png"
data-project-color="#444FD9" data-modal-disclaimer="This is a custom LLM with
access to all [SeaTunnel
documentation](https://seatunnel.apache.org/docs/about)." data-consent-required
data-consent-screen-disclaimer="By clicking &quot;I agree, let's cha [...]
+ <script async
src="https://widget.kapa.ai/kapa-widget.bundle.js"
data-website-id="3a335e8d-d400-4c7d-baad-d820ee0600a7"
data-project-name="Apache SeaTunnel"
data-project-logo="https://seatunnel.apache.org/image/logo.png"
data-project-color="#444FD9" data-modal-disclaimer="This is a custom LLM with
access to all [SeaTunnel
documentation](https://seatunnel.apache.org/docs/about)." data-consent-required
data-consent-screen-disclaimer="By clicking &quot;I agree, let's cha [...]
</Head>
<main>
<Home/>