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 7a17b70cebfd [FIx] Fix/csp connect src (#424)
7a17b70cebfd is described below
commit 7a17b70cebfd816199293307382420237697012a
Author: Jast <[email protected]>
AuthorDate: Sat Jan 17 09:26:22 2026 +0800
[FIx] Fix/csp connect src (#424)
---
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/>