File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
frontend/src/lib/services Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
"FEATURE_FLAGS" : {
20
20
"ENABLE_CKTESTBTC" : false
21
21
},
22
- "PLAUSIBLE_DOMAIN" : " test. nns.ic0.app "
22
+ "PLAUSIBLE_DOMAIN" : " nns-test "
23
23
}
24
24
},
25
25
"beta" : {
30
30
"FEATURE_FLAGS" : {
31
31
"ENABLE_CKTESTBTC" : false
32
32
},
33
- "PLAUSIBLE_DOMAIN" : " test. nns.ic0.app "
33
+ "PLAUSIBLE_DOMAIN" : " nns-test "
34
34
}
35
35
},
36
36
"devenv_llorenc" : {
87
87
"OWN_CANISTER_ID" : " qsgjb-riaaa-aaaaa-aaaga-cai" ,
88
88
"FEATURE_FLAGS" : {
89
89
"ENABLE_CKTESTBTC" : false
90
- }
90
+ },
91
+ "PLAUSIBLE_DOMAIN" : " nns-test"
91
92
}
92
93
}
93
94
},
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const initAnalytics = () => {
12
12
tracker = Plausible ( {
13
13
domain,
14
14
hashMode : false ,
15
- // Change to true for local development and see traffic at https://plausible.io/test. nns.ic0.app/
15
+ // Change to true for local development and see traffic at https://plausible.io/nns-test
16
16
trackLocalhost : false ,
17
17
} ) ;
18
18
You can’t perform that action at this time.
0 commit comments