瀏覽代碼

fix: sending ga analytics

poeti8 6 年之前
父節點
當前提交
4a3b6b8906
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/pages/_app.tsx

+ 1 - 1
client/pages/_app.tsx

@@ -51,7 +51,7 @@ class MyApp extends App<any> {
       });
       });
     }
     }
 
 
-    if (!isProd) {
+    if (isProd) {
       initGA();
       initGA();
     }
     }