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: {
|
fonts: {
|
||||||
defaults: {
|
defaults: {
|
||||||
|
|||||||
9390
frontend/package-lock.json
generated
9390
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,7 @@
|
|||||||
"chart.js": "^4.5.0",
|
"chart.js": "^4.5.0",
|
||||||
"mongodb": "^6.10.0",
|
"mongodb": "^6.10.0",
|
||||||
"nuxt": "^3.17.5",
|
"nuxt": "^3.17.5",
|
||||||
|
"nuxt-umami": "^3.2.1",
|
||||||
"svg-dom-arrows": "^2.3.0",
|
"svg-dom-arrows": "^2.3.0",
|
||||||
"vue": "latest",
|
"vue": "latest",
|
||||||
"vue-chartjs": "^5.3.2",
|
"vue-chartjs": "^5.3.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user