Skip to content

Commit

Permalink
Merge pull request #127 from filecoin-project/vesahc-patch-1
Browse files Browse the repository at this point in the history
chore: update plausible remove countly
  • Loading branch information
orvn authored Jan 19, 2024
2 parents f58df9d + 6e312a1 commit 06939e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
{
hid: 'plausible',
src: 'https://plausible.io/js/plausible.js',
'data-domain': 'ecosystem.filecoin.io',
'data-domain': 'filecoinecosystem.io',
async: true,
defer: true
}
Expand Down Expand Up @@ -100,7 +100,7 @@ export default {
// ---------------------------------------------------------------------------
// Doc: https://support.count.ly/hc/en-us/articles/360037441932-Web-analytics-JavaScript
countly: {
initialize: true, // if set to false, Countly will be DISABLED
initialize: false, // if set to false, Countly will be DISABLED
debug: process.env.NODE_ENV === 'development',
disableInDevelopment: true,
suppressErrorLogs: true
Expand Down

0 comments on commit 06939e2

Please sign in to comment.