Added Umami for stats
All checks were successful
pipeline / build-and-push-images (push) Successful in 3m7s
All checks were successful
pipeline / build-and-push-images (push) Successful in 3m7s
Upgraded dependencies
This commit is contained in:
@@ -41,7 +41,16 @@ export default defineNuxtConfig({
|
||||
}
|
||||
},
|
||||
|
||||
modules: ['@nuxt/image', '@nuxt/fonts', '@nuxtjs/seo'],
|
||||
modules: ['@nuxt/image', '@nuxt/fonts', '@nuxtjs/seo', 'nuxt-umami'],
|
||||
|
||||
umami: {
|
||||
id: '98ef53ef-5fe1-4e29-a35e-56dc1283c212',
|
||||
host: 'https://umami.vhaudiquet.fr',
|
||||
autoTrack: true,
|
||||
domains: ['buildpath.win'],
|
||||
ignoreLocalhost: true,
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
fonts: {
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user