This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Vieraw
/
Kutt
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
fix: sending ga analytics
poeti8
il y a 6 ans
Parent
b83ce016dd
commit
4a3b6b8906
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
client/pages/_app.tsx
+ 1
- 1
client/pages/_app.tsx
Voir le fichier
@@ -51,7 +51,7 @@ class MyApp extends App<any> {
});
}
- if (
!
isProd) {
+ if (isProd) {
initGA();
}