Skip to content

Commit

Permalink
feat(R220): Update the website for R220.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 23, 2024
1 parent 08b7ddb commit e47c15d
Show file tree
Hide file tree
Showing 4 changed files with 1,451 additions and 55 deletions.
13 changes: 12 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,20 @@ export default {
modules: [// https://go.nuxtjs.dev/axios
'@nuxtjs/axios', // https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa', // https://pwa.nuxtjs.org/
'cookie-universal-nuxt' // https://www.npmjs.com/package/cookie-universal-nuxt
'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 e47c15d

Please sign in to comment.