📈 Add umami analyze
This commit is contained in:
parent
1739cd92b7
commit
234043fece
@ -143,6 +143,12 @@ export default defineNuxtConfig({
|
|||||||
transpile: ["vuetify"],
|
transpile: ["vuetify"],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
umami: {
|
||||||
|
id: 'eef151fb-07e2-461b-8b7f-2547aab735d4',
|
||||||
|
host: 'https://us.umami.is',
|
||||||
|
autoTrack: true,
|
||||||
|
},
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
"@unocss/nuxt",
|
"@unocss/nuxt",
|
||||||
"@nuxt/content",
|
"@nuxt/content",
|
||||||
@ -152,6 +158,7 @@ export default defineNuxtConfig({
|
|||||||
"@nuxtjs/i18n",
|
"@nuxtjs/i18n",
|
||||||
"nuxt-schema-org",
|
"nuxt-schema-org",
|
||||||
"@vueuse/motion/nuxt",
|
"@vueuse/motion/nuxt",
|
||||||
|
"nuxt-umami",
|
||||||
(_options, nuxt) => {
|
(_options, nuxt) => {
|
||||||
nuxt.hooks.hook("vite:extendConfig", (config) => {
|
nuxt.hooks.hook("vite:extendConfig", (config) => {
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
"nuxt": "^3.16.0",
|
"nuxt": "^3.16.0",
|
||||||
"nuxt-gtag": "^2.1.0",
|
"nuxt-gtag": "^2.1.0",
|
||||||
"nuxt-schema-org": "^3.5.0",
|
"nuxt-schema-org": "^3.5.0",
|
||||||
|
"nuxt-umami": "3.2.0",
|
||||||
"pinia": "^2.3.1",
|
"pinia": "^2.3.1",
|
||||||
"rehype-sanitize": "^6.0.0",
|
"rehype-sanitize": "^6.0.0",
|
||||||
"rehype-stringify": "^10.0.1",
|
"rehype-stringify": "^10.0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user