Added Umami for stats
All checks were successful
pipeline / build-and-push-images (push) Successful in 3m7s

Upgraded dependencies
This commit is contained in:
2025-12-31 13:46:44 +01:00
parent 5ecd5f8a95
commit ed54749717
3 changed files with 4354 additions and 5048 deletions

View File

@@ -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: {

File diff suppressed because it is too large Load Diff

View File

@@ -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",