This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9451b0b85ba [WEBSITE][MINOR] Add matomo for website analytics (#10847)
9451b0b85ba is described below

commit 9451b0b85badc8668959c12f2a1737f803033121
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon Mar 11 16:03:22 2024 -0500

    [WEBSITE][MINOR] Add matomo for website analytics (#10847)
---
 website/src/theme/Navbar/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/src/theme/Navbar/index.js 
b/website/src/theme/Navbar/index.js
index 84fe8f572eb..ea5d2c05637 100644
--- a/website/src/theme/Navbar/index.js
+++ b/website/src/theme/Navbar/index.js
@@ -250,6 +250,7 @@ function Navbar() {
       })}>
       <div className="navbar__inner">
         <img referrerpolicy="no-referrer-when-downgrade" 
src="https://static.scarf.sh/a.png?x-pxid=8f594acf-9b77-44fb-9475-3e82ead1910c"; 
width={0} height={0} alt=""/>
+        <img referrerpolicy="no-referrer-when-downgrade" 
src="https://analytics.apache.org/matomo.php?idsite=47&amp;rec=1"; width={0} 
height={0} alt="" />
         <div className="navbar__items">
           {(items?.length > 0 || activeDocPlugin) && (
             <button

Reply via email to