diff --git a/app/src/util/assets.ts b/app/src/util/assets.ts index 97526f479..f571f28b1 100644 --- a/app/src/util/assets.ts +++ b/app/src/util/assets.ts @@ -136,7 +136,7 @@ export const addGA = () => { }; /*eslint-enable */ gtag("js", new Date()); - gtag("config", "G-L7WEXVQCR9"); + gtag("config", "G-L7WEXVQCR9", {send_page_view: false}); const para = { version: Constants.SIYUAN_VERSION, container: window.siyuan.config.system.container,