Skip to content

Commit

Permalink
feat(umami): Remove umami analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 29, 2024
1 parent 676fa6b commit 98cfd11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,399 deletions.
11 changes: 0 additions & 11 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,8 @@ export default {
'@nuxtjs/axios', // https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa', // https://pwa.nuxtjs.org/
'cookie-universal-nuxt', // https://www.npmjs.com/package/cookie-universal-nuxt
'nuxt-umami'
],

// Umami configuration
umami: {
autoTrack: true,
doNotTrack: false,
cache: false,
domains: 'gtdb.ecogenomic.org,gtdb-dev.ecogenomic.org',
websiteId: process.env.UMAMI_WEBSITE_ID,
scriptUrl: 'https://gtdb-stats-test.ecogenomic.org/script.js'
},

// Axios module configuration: https://go.nuxtjs.dev/config-axios
axios: {
baseUrl: '/'
Expand Down
Loading

0 comments on commit 98cfd11

Please sign in to comment.