This website works better with JavaScript
Home
Explore
Help
Sign In
Vieraw
/
Kutt
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: sending ga analytics
poeti8
6 years ago
parent
b83ce016dd
commit
4a3b6b8906
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
client/pages/_app.tsx
+ 1
- 1
client/pages/_app.tsx
View File
@@ -51,7 +51,7 @@ class MyApp extends App<any> {
});
}
- if (
!
isProd) {
+ if (isProd) {
initGA();
}