You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/07/25 02:45:40 UTC

[incubator-linkis-website] branch dev updated: add a matomo tracker (#458)

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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1e63ed84b0 add a matomo tracker (#458)
1e63ed84b0 is described below

commit 1e63ed84b00ccb47cb8194c173205836095d924c
Author: Beacontownfc <89...@users.noreply.github.com>
AuthorDate: Mon Jul 25 10:45:35 2022 +0800

    add a matomo tracker (#458)
---
 src/pages/home/index.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pages/home/index.js b/src/pages/home/index.js
index 0045de6b60..be9378d589 100644
--- a/src/pages/home/index.js
+++ b/src/pages/home/index.js
@@ -2,7 +2,7 @@ import React from 'react';
 import useIsBrowser from '@docusaurus/useIsBrowser';
 import useBaseUrl from '@docusaurus/useBaseUrl';
 import config from './config';
-import systemConfiguration from '../../js/sysConfig'
+import systemConfiguration from '../../js/sysConfig';
 
 export default function() {
   const isBrowser = useIsBrowser();
@@ -12,6 +12,7 @@ export default function() {
 
   return (
    <div>
+    <script src='//cdn.matomo.cloud/apachelinkis.matomo.cloud/matomo.js'></script>
      <div className="home-page slogan">
        <div className="ctn-block">
          <div className="banner text-center">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org