*Add analytics
This commit is contained in:
parent
203e628c8a
commit
ae0051bc63
|
@ -32,6 +32,17 @@ const config: GatsbyConfig = {
|
||||||
families: ['Roboto']
|
families: ['Roboto']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
resolve: 'gatsby-plugin-matomo',
|
||||||
|
options: {
|
||||||
|
siteId: '2',
|
||||||
|
matomoUrl: 'https://piwiki.lumeweb.com',
|
||||||
|
siteUrl: 'https://web3extension.com',
|
||||||
|
enableJSErrorTracking: true,
|
||||||
|
exclude: ['/offline-plugin-app-shell-fallback/'],
|
||||||
|
cookieDomain: '*.web3extension.com',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"gatsby": "^4.15.1",
|
"gatsby": "^4.15.1",
|
||||||
"gatsby-plugin-image": "^2.15.0",
|
"gatsby-plugin-image": "^2.15.0",
|
||||||
"gatsby-plugin-manifest": "^4.15.0",
|
"gatsby-plugin-manifest": "^4.15.0",
|
||||||
|
"gatsby-plugin-matomo": "^0.13.0",
|
||||||
"gatsby-plugin-offline": "^5.15.0",
|
"gatsby-plugin-offline": "^5.15.0",
|
||||||
"gatsby-plugin-react-helmet": "^5.15.0",
|
"gatsby-plugin-react-helmet": "^5.15.0",
|
||||||
"gatsby-plugin-sass": "^5.15.0",
|
"gatsby-plugin-sass": "^5.15.0",
|
||||||
|
|
Loading…
Reference in New Issue