Skip to content

Commit c6f2660

Browse files
committed
test account
1 parent e72b955 commit c6f2660

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"FEATURE_FLAGS": {
2020
"ENABLE_CKTESTBTC": false
2121
},
22-
"PLAUSIBLE_DOMAIN": "test.nns.ic0.app"
22+
"PLAUSIBLE_DOMAIN": "nns-test"
2323
}
2424
},
2525
"beta": {
@@ -30,7 +30,7 @@
3030
"FEATURE_FLAGS": {
3131
"ENABLE_CKTESTBTC": false
3232
},
33-
"PLAUSIBLE_DOMAIN": "test.nns.ic0.app"
33+
"PLAUSIBLE_DOMAIN": "nns-test"
3434
}
3535
},
3636
"devenv_llorenc": {
@@ -87,7 +87,8 @@
8787
"OWN_CANISTER_ID": "qsgjb-riaaa-aaaaa-aaaga-cai",
8888
"FEATURE_FLAGS": {
8989
"ENABLE_CKTESTBTC": false
90-
}
90+
},
91+
"PLAUSIBLE_DOMAIN": "nns-test"
9192
}
9293
}
9394
},

frontend/src/lib/services/analytics.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const initAnalytics = () => {
1212
tracker = Plausible({
1313
domain,
1414
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
1616
trackLocalhost: false,
1717
});
1818

0 commit comments

Comments
 (0)